cloud-server-account/src/main/resources/mapper/RechargeRecordsMapper.xml
@@ -10,6 +10,9 @@ <if test="query.amount!=null and query.amount!= ''"> and t1.amount <= #{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>