Merge branch 'develop' into FOTON
This commit is contained in:
+2
-2
@@ -94,8 +94,8 @@ public class PCAffLiableDistributeAfter implements TaskListener {
|
||||
List<PCAdataList> list2 = new ArrayList<>();
|
||||
PCAdataList adataLists = new PCAdataList();
|
||||
BeanUtils.copyProperties(mapData.get(middle.getKey()), adataLists);
|
||||
adataLists.setWorkPeopleId(id);
|
||||
adataLists.setWorkPeople(names.get(i));
|
||||
// adataLists.setWorkPeopleId(id);
|
||||
// adataLists.setWorkPeople(names.get(i));
|
||||
adataLists.setChildren(list1);
|
||||
list2.add(adataLists);
|
||||
pcs.setDataList(list2);
|
||||
|
||||
+3
@@ -58,6 +58,9 @@ public class PEPmanagerApproveAfter implements TaskListener {
|
||||
queryWrapper2.eq("PRC_ID", delegateTask.getProcessInstanceId());
|
||||
BusProcessName one1 = busProcessNameService.getOne(queryWrapper2);
|
||||
if (one1 != null) {
|
||||
if (null!=object.get("passFlag")){
|
||||
one1.setOverTime(OVERTIME);
|
||||
}
|
||||
one1.setPrcType("5");
|
||||
one1.setPrcName(prcName);
|
||||
one1.setCreatUser(user);
|
||||
|
||||
Reference in New Issue
Block a user