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