新增质检报告栏目
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user