项目列表

This commit is contained in:
曹磊 2024-08-21 09:44:36 +08:00
parent 26cc6ec0d7
commit 73017c84b6
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
and a.title like concat('%',#{params.title},'%') and a.title like concat('%',#{params.title},'%')
</if> </if>
<if test="params.classifyId!=null"> <if test="params.classifyId!=null">
and a.classifyId = #{params.classifyId} and a.classify_id = #{params.classifyId}
</if> </if>
<if test="params.type!=null"> <if test="params.type!=null">
and a.type = #{params.type} and a.type = #{params.type}
@ -103,7 +103,7 @@
and a.title like concat('%',#{params.title},'%') and a.title like concat('%',#{params.title},'%')
</if> </if>
<if test="params.classifyId!=null"> <if test="params.classifyId!=null">
and a.classifyId = #{params.classifyId} and a.classify_id = #{params.classifyId}
</if> </if>
<if test="params.type!=null and params.type ==1"> <if test="params.type!=null and params.type ==1">
and 1=1 and 1=1