蔡德晨 5 년 전
부모
커밋
12fd670b79
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/java/com/jeeplus/modules/sg/project/mapper/xml/ProjectMapper.xml

+ 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}