44323
2023-10-25 5588692dbb59c9e67c1b0cf81eb5b3108a484be1
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>