update 总体现金额,只统计已经到账的

This commit is contained in:
Guoqs
2024-05-31 15:17:59 +08:00
parent 4471c29928
commit b60fb90d8f
2 changed files with 1 additions and 6 deletions

View File

@@ -27,12 +27,6 @@ import java.util.List;
@Service
public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoService{
@Autowired
private AdapayService adapayService;
@Autowired
private PileMerchantInfoService pileMerchantInfoService;
@Resource
private ClearingWithdrawInfoMapper clearingWithdrawInfoMapper;

View File

@@ -571,6 +571,7 @@
sum(withdraw_amt)
from clearing_withdraw_info
where del_flag = '0'
and withdraw_status = '1'
and merchant_id = #{merchantId,jdbcType=VARCHAR}
</select>
</mapper>