packagecn.ibizlab.sample.logic.ibizsample0019logic.updateygname;importjava.util.Map;importjava.util.HashMap;importcom.alibaba.fastjson.JSONObject;importorg.springframework.util.StringUtils;importorg.springframework.util.ObjectUtils;importcn.ibizlab.util.errors.BadRequestAlertException;globalcn.ibizlab.core.sample.domain.IBIZSample0019ibizsample0019updateygnamedefault;globalcn.ibizlab.core.sample.service.IIBIZSample0019ServiceiBzSysIbizsample0019DefaultService;globalcn.ibizlab.util.security.AuthenticationUsercuruser;no-loop//逻辑处理节点[更新员工名称]rule"rawsqlcall1"ruleflow-group"ibizsample0019updateygnamerawsqlcall1"whenthenMapparam=newHashMap();param.put("param0",ibizsample0019updateygnamedefault.get("ibizsample0019name"));param.put("param1",ibizsample0019updateygnamedefault.get("ibizsample0019id"));StringstrSql="update T_IBIZSAMPLE0020 set IBIZSAMPLE0019NAME=#{et.param0} where IBIZSAMPLE0019ID=#{et.param1}";iBzSysIbizsample0019DefaultService.execute(strSql,param);//SQL调用update(ibizsample0019updateygnamedefault);//更新fact中变量值end//逻辑处理节点[开始]rule"begin"ruleflow-group"ibizsample0019updateygnamebegin"whenthenend