Przeglądaj źródła

修改金额处理

Signed-off-by: anderx <312518615@qq.com>
anderx 5 lat temu
rodzic
commit
4148b0e3a5

+ 1 - 0
src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

@@ -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();