蔡德晨 %!s(int64=5) %!d(string=hai) anos
pai
achega
12fd670b79

+ 2 - 2
src/main/java/com/jeeplus/modules/sg/project/mapper/xml/ProjectMapper.xml

@@ -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 &gt;= #{projectStartDate}