Browse Source

特批问题处理

Signed-off-by: anderx <312518615@qq.com>
anderx 6 years ago
parent
commit
90ff5f554a

+ 1 - 0
src/main/java/com/goafanti/order/service/impl/OrderNewServiceImpl.java

@@ -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());
 				}