增加发布流程事件或者cmd中的日志,记录formData更新的状态。
This commit is contained in:
parent
1168f074e0
commit
ec400a93a2
@ -4693,7 +4693,12 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
* @return
|
||||
*/
|
||||
public String getApproveInfos(UserContext me, String level1, String level2, String level3, String level4, String company, String region, String product, String bindid) {
|
||||
|
||||
BO bo = SDK.getBOAPI().query(PublisherConstant.BOTABLENAME).detailByBindId(bindid);
|
||||
System.out.println(">>>>>getApproveInfos网格字典插入后事件:" + bo);
|
||||
System.out.println(">>>>>boName========="+PublisherConstant.BOTABLENAME);
|
||||
System.out.println(">>>>>processInstId========="+bindid);
|
||||
System.out.println(">>>>>LEVEL_AUDIT_REQUIRED============"+bo.getString("LEVEL_AUDIT_REQUIRED"));
|
||||
System.out.println(">>>>>FOURTH_AUDIT_REQUIRED============"+bo.getString("FOURTH_AUDIT_REQUIRED"));
|
||||
ProcessInstance processInstance = SDK.getProcessAPI().getInstanceById(bindid);
|
||||
if (processInstance.getProcessDefId().equals("obj_fb1c7a54b98b412187388c8bab407362") || processInstance.getProcessDefId().equals("obj_5609e1d265dc4e7094c617f20be353dd") ) {
|
||||
//l1 l2 l3 l4 保存到表里
|
||||
@ -4737,6 +4742,12 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
ro.put("APPLICABLE_PRODUCT",applicableRowMap.get(0).getString("APPLICABLE_PRODUCT"));
|
||||
}
|
||||
|
||||
bo = SDK.getBOAPI().query(PublisherConstant.BOTABLENAME).detailByBindId(bindid);
|
||||
System.out.println(">>>>>getApproveInfos网格字典插入后事件:结束" + bo);
|
||||
System.out.println(">>>>>boName========="+PublisherConstant.BOTABLENAME);
|
||||
System.out.println(">>>>>processInstId========="+bindid);
|
||||
System.out.println(">>>>>LEVEL_AUDIT_REQUIRED============"+bo.getString("LEVEL_AUDIT_REQUIRED"));
|
||||
System.out.println(">>>>>FOURTH_AUDIT_REQUIRED============"+bo.getString("FOURTH_AUDIT_REQUIRED"));
|
||||
return ro.toString();
|
||||
}
|
||||
|
||||
@ -4804,6 +4815,7 @@ public class ProcessPublishWeb extends ActionWeb {
|
||||
RowMap result = DBSql.getMap(String.format(sql, level1, level2, level3, level4, company, region, product));
|
||||
|
||||
ro.put("data", result == null ? "" : result);
|
||||
bo = SDK.getBOAPI().query(PublisherConstant.BOTABLENAME).detailByBindId(bindid);
|
||||
System.out.println(">>>>>网格字典插入后事件:结束" + bo);
|
||||
System.out.println(">>>>>boName========="+PublisherConstant.BOTABLENAME);
|
||||
System.out.println(">>>>>processInstId========="+bindid);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user