新增质检报告栏目

This commit is contained in:
2025-09-01 10:06:51 +08:00
parent 20e61c01fd
commit 58c7ea9e36
12 changed files with 756 additions and 40 deletions
@@ -12,6 +12,9 @@
<if test="content != null and content != ''">
content like '%${content}%'
</if>
<if test="type != null and type != ''">
type = '${type}'
</if>
</where>
order by id
</select>