去掉日期 和 清单待办回显问题
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ public class PCAffLiableDistributeAfter implements TaskListener {
|
||||
queryWrapper2.eq("PRC_ID", delegateTask.getProcessInstanceId());
|
||||
BusProcessName one1 = busProcessNameService.getOne(queryWrapper2);
|
||||
if (one1 != null) {
|
||||
one1.setOverTime(OVERTIME);
|
||||
// one1.setOverTime(OVERTIME);
|
||||
one1.setPrcType("6");
|
||||
one1.setPrcName(prcName);
|
||||
one1.setCreatUser(user);
|
||||
|
||||
+1
-2
@@ -116,9 +116,8 @@ public class SRPManagerApproveAfter implements TaskListener{
|
||||
BusProcessName one2 = busProcessNameService.getOne(queryWrapper2);
|
||||
String OVERTIME = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
|
||||
if(one2!=null){
|
||||
one2.setPrcName("清单流程结束");
|
||||
one2.setOverTime(OVERTIME);
|
||||
one2.setPrcType("1");
|
||||
one2.setPrcType("4");
|
||||
busProcessNameService.saveOrUpdate(one2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user