liujie
2023-10-25 a1557f3f07287c86e8a4a408f03ba19993e5a48c
cloud-server-account/src/main/resources/mapper/RechargeRecordsMapper.xml
@@ -10,6 +10,9 @@
            <if test="query.amount!=null and query.amount!= ''">
                and t1.amount &lt;= #{query.amount}
            </if>
            <if test="query.objectId!=null and query.objectId!= ''">
                and t2.addUserId = #{query.objectId}
            </if>
            <if test="query.insertType!=null and query.insertType!= ''">
                and t2.insertType = #{query.insertType}
            </if>