新增材质重量栏目

This commit is contained in:
2025-09-10 10:46:29 +08:00
parent 05c2a4b66a
commit fbc6db905f
4 changed files with 447 additions and 1 deletions
@@ -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}