|
@@ -62,7 +62,7 @@
|
|
|
</if>
|
|
|
<if test="industry != null and industry != ''">and p.industry = #{industry}</if>
|
|
|
<if test="projectStatus != null ">and p.project_status = #{projectStatus}</if>
|
|
|
- <if test="deptName != null and deptName != ''">and d.dept_name = #{deptName}</if>
|
|
|
+ <if test="deptName != null and deptName != ''">and d.dept_name like concat('%', #{deptName}, '%')</if>
|
|
|
<if test="totAmt != null ">and p.tot_amt = #{totAmt}</if>
|
|
|
<if test="isDel != null ">and p.is_del = #{isDel}</if>
|
|
|
<if test="beginTime != null ">and p.create_time >= #{beginTime}</if>
|