|
|
@@ -493,7 +493,10 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
|
|
|
TOrderNewBo order = tOrderNewMapper.getSaleIdByOno(t2.getOrderNo());
|
|
|
pushGeneralSendNoticeAndEmail(aids, type,order, TokenManager.getAdminId(),t.getApproval());
|
|
|
-
|
|
|
+ if (t.getOrderDep()!=null){
|
|
|
+ OrganizationListOut dep = departmentMapper.selectAllById(t.getOrderDep());
|
|
|
+ t.setExamineName(dep.getManagerName());
|
|
|
+ }
|
|
|
}
|
|
|
if (t2.getApproval().equals(ApprovalNewState.ZCBH.getCode()) ||
|
|
|
t2.getApproval().equals(ApprovalNewState.DSZBH.getCode()) ||
|
|
|
@@ -516,10 +519,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
t.setLiquidationStatus(LiquidationNewState.WAIT_PAY_FIRST_BALANCE.getCode());
|
|
|
}
|
|
|
}
|
|
|
- if (t.getOrderDep()!=null){
|
|
|
- OrganizationListOut dep = departmentMapper.selectAllById(t.getOrderDep());
|
|
|
- t.setExamineName(dep.getManagerName());
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
return tOrderNewMapper.updateByPrimaryKeySelective(t);
|
|
|
}
|