修改不干胶工艺价格
This commit is contained in:
@@ -9,11 +9,12 @@
|
||||
FROM
|
||||
tbl_information
|
||||
<where>
|
||||
1=1
|
||||
<if test="content != null and content != ''">
|
||||
content like '%${content}%'
|
||||
AND content like '%${content}%'
|
||||
</if>
|
||||
<if test="type != null and type != ''">
|
||||
type = '${type}'
|
||||
AND type = '${type}'
|
||||
</if>
|
||||
</where>
|
||||
order by id
|
||||
|
||||
Reference in New Issue
Block a user