|
@@ -109,8 +109,8 @@ public class MallYeePayProductController {
|
|
|
.eq(ProductFee::getMerchantNo, productFee.getMerchantNo())
|
|
.eq(ProductFee::getMerchantNo, productFee.getMerchantNo())
|
|
|
.eq(ProductFee::getApplicationNo, productFee.getApplicationNo()));
|
|
.eq(ProductFee::getApplicationNo, productFee.getApplicationNo()));
|
|
|
if(oldProductFee!=null){
|
|
if(oldProductFee!=null){
|
|
|
- log.error("旧数据:{}",oldProductFee);
|
|
|
|
|
- oldProductFee.setRequestNo(productFee.getApplicationStatus());
|
|
|
|
|
|
|
+ log.error("修改前数据:{}",oldProductFee);
|
|
|
|
|
+ oldProductFee.setApplicationStatus(productFee.getApplicationStatus());
|
|
|
oldProductFee.setAgreementSignUrl(productFee.getAgreementSignUrl());
|
|
oldProductFee.setAgreementSignUrl(productFee.getAgreementSignUrl());
|
|
|
oldProductFee.setAuditOpinion(productFee.getAuditOpinion());
|
|
oldProductFee.setAuditOpinion(productFee.getAuditOpinion());
|
|
|
oldProductFee.setProgressDescription(productFee.getProgressDescription());
|
|
oldProductFee.setProgressDescription(productFee.getProgressDescription());
|