puzhibing
2023-12-22 c27525d7f3d39d9472ce9e8a386cdbae4e159a4c
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/mapping/IncomeMapper.xml
@@ -21,7 +21,7 @@
        orderType as orderType,
        money as money,
        DATE_FORMAT(insertTime, '%Y-%m-%d %H:%i') as time
        from t_income where 1 = 1
        from t_income where money > 0
        <if test="null != userType">
            and userType = #{userType}
        </if>