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