|
|
@@ -353,6 +353,7 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
}else if (p.getStatus()==1) {
|
|
|
type= NoticeStatus.PAYMENT_YES.getCode();
|
|
|
tp.setApplicationAmount(p.getApplicationAmount());
|
|
|
+ tp.setQuantity(p.getQuantity());
|
|
|
auditStr="审核通过:";
|
|
|
}else if(p.getStatus()==2) {
|
|
|
type= NoticeStatus.PAYMENT_NO.getCode();
|