政策表添加政策分类(可分为人才引进、人才培养、人才激励等类别)

This commit is contained in:
chenshaohua
2026-07-08 17:10:46 +08:00
parent 84dd9b8092
commit f52d7f0eda
3 changed files with 9 additions and 0 deletions

View File

@@ -57,6 +57,9 @@
<if test="query.status != null">
and (status IS NULL or status = #{query.status})
</if>
<if test="query.policyCategory != null">
and policy_category = #{query.policyCategory}
</if>
</where>
order by publish_time desc, create_time desc
</select>