优化请求未携带token时的日志打印
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user