|
|
@@ -1738,7 +1738,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
pushGeneralSendNoticeAndEmail(aids, NoticeStatus.ORDER_NO.getCode(),order, TokenManager.getAdminId(),t.getApproval());
|
|
|
tOrderNewMapper.updateByPrimaryKeySelective(t);
|
|
|
updateAdminUserCountOrder(t.getSalesmanId(),t.getCreateTime());
|
|
|
- financeCountOrderUnauditedSubtraction(t,0);
|
|
|
+ financeCountOrderUnauditedSubtraction(t,2);
|
|
|
return 1;
|
|
|
}
|
|
|
|