修改不干胶工艺价格

This commit is contained in:
2025-09-02 15:26:12 +08:00
parent 08d4115ff5
commit 12a237bf53
6 changed files with 203 additions and 16 deletions
@@ -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