优化请求未携带token时的日志打印

This commit is contained in:
2025-01-23 13:55:48 +08:00
parent c4c04aecb6
commit 23460800d6
4 changed files with 10 additions and 6 deletions

View File

@@ -100,6 +100,7 @@
<if test="payer != null and payer != ''">
AND a.user_name = #{payer}
</if>
AND p.transaction_id NOT LIKE 'cs_test%'
ORDER BY
p.id ${order}
LIMIT ${limit} OFFSET ${offset}
@@ -145,6 +146,7 @@
<if test="payer != null and payer != ''">
AND a.user_name = #{payer}
</if>
AND p.transaction_id NOT LIKE 'cs_test%'
</select>
<select id="getCities" resultType="java.util.Map">