Commit d19b0784 by MMF

MMF 2026-04-16 优化帮扶计划流程展示

parent 3d77ec61
......@@ -33,6 +33,10 @@ public class ZqbfXmzBfxqQuery extends BaseEntity {
*/
private Long user_id;
/**
* 基层单位ID
*/
private Long xmid;
/**
* 项目名称
*/
private String xmmc;
......
......@@ -69,6 +69,7 @@
<include refid="selectCommon"></include>
<where>
<if test="xqid != null ">AND bfxq.xqid = #{xqid}</if>
<if test="xmid != null ">AND bfxq.xmid = #{xmid}</if>
<if test="user_id != null ">AND bfzj.user_id = #{user_id}</if>
<if test="dwid != null ">AND (dept.dept_id = #{dwid} OR FIND_IN_SET(#{dwid}, dept.ancestors))</if>
<if test="xmmc != null and xmmc != ''">AND bfxm.xmmc like concat('%', #{xmmc}, '%')</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment