ZhangWenQiang 5 лет назад
Родитель
Сommit
e1793284c2

+ 1 - 1
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgaccount/service/impl/HlgAccountDetailServiceImpl.java

@@ -525,7 +525,7 @@ public class HlgAccountDetailServiceImpl extends ServiceImpl<HlgAccountDetailMap
         //payment_service_fee = B-C的服务费
         hlgCpAccountDetail.setPaymentServiceFee(serviceFee);
         hlgCpAccountDetail.setIsDisplay(1);
-        hlgCpAccountDetail.setIsDisplay(0);
+        hlgCpAccountDetail.setIsDrawback(0);
         hlgCpAccountDetail.setGenerateTime(new Date());
         hlgCpAccountDetail.setGenerateBy(sysUser.getUsername());
         hlgCpAccountDetail.setSysOrgCode(hlgCpAccount.getSysOrgCode());