Commit 1e18f600 authored by 祁正's avatar 祁正

项目费用申请-编辑改bug

parent 188bb89b
...@@ -111,6 +111,7 @@ ...@@ -111,6 +111,7 @@
LEFT JOIN sys_user u ON u.user_id = p.department_leader_id LEFT JOIN sys_user u ON u.user_id = p.department_leader_id
<where> <where>
<if test="approveStatus != null and approveStatus != ''"> and fp.approve_status = #{approveStatus}</if>
<if test="projectName != null and projectName != ''"> and p.project_name LIKE CONCAT('%',#{projectName},'%') </if> <if test="projectName != null and projectName != ''"> and p.project_name LIKE CONCAT('%',#{projectName},'%') </if>
<if test="projectNumber != null and projectNumber != ''"> and p.project_number = #{projectNumber}</if> <if test="projectNumber != null and projectNumber != ''"> and p.project_number = #{projectNumber}</if>
<if test="userId != null and userId != ''"> and u.user_id = #{userId}</if> <if test="userId != null and userId != ''"> and u.user_id = #{userId}</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