新增材质重量栏目
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<where>
|
||||
1=1
|
||||
<if test="content != null and content != ''">
|
||||
and title like '%${content}%' or content like '%${content}%'
|
||||
and (title like '%${content}%' or content like '%${content}%')
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
and `type` = #{type}
|
||||
|
||||
Reference in New Issue
Block a user