mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-10 18:30:02 +08:00
update 总体现金额,只统计已经到账的
This commit is contained in:
@@ -27,12 +27,6 @@ import java.util.List;
|
|||||||
@Service
|
@Service
|
||||||
public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoService{
|
public class ClearingWithdrawInfoServiceImpl implements ClearingWithdrawInfoService{
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private AdapayService adapayService;
|
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private PileMerchantInfoService pileMerchantInfoService;
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ClearingWithdrawInfoMapper clearingWithdrawInfoMapper;
|
private ClearingWithdrawInfoMapper clearingWithdrawInfoMapper;
|
||||||
|
|
||||||
|
|||||||
@@ -571,6 +571,7 @@
|
|||||||
sum(withdraw_amt)
|
sum(withdraw_amt)
|
||||||
from clearing_withdraw_info
|
from clearing_withdraw_info
|
||||||
where del_flag = '0'
|
where del_flag = '0'
|
||||||
|
and withdraw_status = '1'
|
||||||
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
and merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user