|
|
@@ -962,6 +962,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
pushGeneralSendNoticeAndEmail(aids, noticeType,order, TokenManager.getAdminId(),t2.getApproval());
|
|
|
tOrderNewMapper.update(t);
|
|
|
if (type==0){
|
|
|
+ t.setBuyerId(t2.getBuyerId());
|
|
|
pushNewSignUser(t);
|
|
|
}
|
|
|
return 1;
|
|
|
@@ -1480,6 +1481,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
TOrderNewBo order = tOrderNewMapper.getSaleIdByOno(t2.getOrderNo());
|
|
|
pushGeneralSendNoticeAndEmail(aids, type,order, TokenManager.getAdminId(),t2.getApproval());
|
|
|
if (orderStatus.equals(OrderNewState.QDSHJJ.getCode())) {
|
|
|
+ t.setBuyerId(t2.getBuyerId());
|
|
|
pushNewSignUser(t);
|
|
|
}
|
|
|
return 1;
|
|
|
@@ -1846,6 +1848,10 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
pushGeneralSendNoticeAndEmail(aids, type,order, TokenManager.getAdminId(),t2.getApproval());
|
|
|
//新增特批催款信息
|
|
|
tOrderNewMapper.update(t);
|
|
|
+ if (confirm==3){
|
|
|
+ t.setBuyerId(t2.getBuyerId());
|
|
|
+ pushNewSignUser(t);
|
|
|
+ }
|
|
|
return 1;
|
|
|
}
|
|
|
|