|
@@ -606,6 +606,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
t.setProcessStatus(ProcessStatus.YPCWZY.getCode());
|
|
t.setProcessStatus(ProcessStatus.YPCWZY.getCode());
|
|
|
aids.add(organizationManagementMapper.selectByPrimaryKey(t2.getOrderDep()).getFinanceId());
|
|
aids.add(organizationManagementMapper.selectByPrimaryKey(t2.getOrderDep()).getFinanceId());
|
|
|
}else {
|
|
}else {
|
|
|
|
|
+ t.setProcessStatus(ProcessStatus.YPWBSH.getCode());
|
|
|
for (Admin admin : adminMapper.getAdminRoleList("外包审核员")) {
|
|
for (Admin admin : adminMapper.getAdminRoleList("外包审核员")) {
|
|
|
aids.add(admin.getId());
|
|
aids.add(admin.getId());
|
|
|
}
|
|
}
|