蔡德晨 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}