|
@@ -31,8 +31,8 @@
|
|
|
<if test="projectName != null and projectName != ''">
|
|
|
AND a.project_name = #{projectName}
|
|
|
</if>
|
|
|
- <if test="userId != null and userId != ''">
|
|
|
- AND a.update_by= #{userId}
|
|
|
+ <if test="createBy != null and createBy != ''">
|
|
|
+ AND b.name= #{createBy}
|
|
|
</if>
|
|
|
<if test="projectStartDate != null and projectEndDate != ''">
|
|
|
AND a.create_date >= #{projectStartDate}
|