소스 검색

修改金额处理

Signed-off-by: anderx <312518615@qq.com>
anderx 5 년 전
부모
커밋
4148b0e3a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

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