无关风月
2024-07-26 79d97c39f1d118824f91467feb9f4a55717fd0c0
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/WithdrawalMapper.xml
@@ -25,7 +25,7 @@
    <select id="queryWithdrawal" resultType="map">
        select
        id as id,
        DATE_FORMAT(insertTime, '%Y-%m-%d %H:%i') as insertTime,
        DATE_FORMAT(insertTime, '%Y-%m-%d') as insertTime,
        money as money,
        ('手机提现') as name,
        remark as remark,
@@ -46,6 +46,6 @@
        select
        ifnull(sum(money), 0) as money
        from t_pub_withdrawal
        where flag != 3 and userType = #{userType} and userId = #{uid} and type = #{type}
        where flag != 3 and userType = #{userType} and userId = #{uid} and type = #{type} and state = 2
    </select>
</mapper>