add TagTest and correctDateConf logic (#799)

This commit is contained in:
daikon
2024-03-09 09:19:51 +08:00
committed by GitHub
parent eeb54e0f73
commit f6ff0d19da
7 changed files with 88 additions and 20 deletions

View File

@@ -67,6 +67,9 @@
<if test="type != null and type != ''">
and type = #{type}
</if>
<if test="tagDefineType != null">
and define_type = #{tagDefineType}
</if>
<if test="key != null and key != ''">
and ( id like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or
name like CONCAT('%',#{key , jdbcType=VARCHAR},'%') or