|
|
@@ -1293,6 +1293,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
public int pushOutsourceProjectAudit(TOrderOutsource o) {
|
|
|
o.setRefundStatus(0);
|
|
|
o.setCreateTime(new Date());
|
|
|
+ if(o.getAmount()==null)o.setAmount(new BigDecimal(0));
|
|
|
if(o.getPatentType()==null)o.setPatentType(0);
|
|
|
if (o.getPatentType()==0) {
|
|
|
List<String> aids = new ArrayList<>();
|
|
|
@@ -1319,7 +1320,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
pn.setId(outPaymentNode.getId());
|
|
|
pn.setDunStatus(1);
|
|
|
paymentNodeMapper.updateByPrimaryKey(pn);
|
|
|
-// orderProjectService.addNoticAndEmail(outPaymentNode, NoticeStatus.PAYMENT_DUN.getCode());
|
|
|
}
|
|
|
}
|
|
|
if (o.getId()!=null) {
|