DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/WithdrawalMapper.xml
@@ -39,4 +39,13 @@ </if> order by insertTime desc limit #{pageNum}, #{size} </select> <select id="queryWithdrawalSum" resultType="double"> select ifnull(sum(money), 0) as money from t_pub_withdrawal where flag != 3 and userType = #{userType} and userId = #{uid} and type = #{type} </select> </mapper>