This commit is contained in:
Guoqs
2026-02-03 15:25:56 +08:00
parent 80f53d9f51
commit 4aacf8b873
4 changed files with 13 additions and 1 deletions

View File

@@ -2004,6 +2004,9 @@
<if test="vinCode != null and vinCode != ''">
and t1.vin_code = #{vinCode,jdbcType=VARCHAR}
</if>
<if test="params != null and params.roleId != null and params.roleId > 2">
and t1.review_flag = '1'
</if>
<if test="plateNumber != null and plateNumber != ''">
and t1.plate_number = #{plateNumber,jdbcType=VARCHAR}
</if>