瀏覽代碼

二期后端看板bug修改

xiewd 1 周之前
父節點
當前提交
94b172d797
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      RuoYi-Vue-fast-master/src/main/resources/mybatis/business/TcProjectMapper.xml

+ 1 - 1
RuoYi-Vue-fast-master/src/main/resources/mybatis/business/TcProjectMapper.xml

@@ -334,7 +334,7 @@
 
     <sql id="whereSql">
         <where>
-            <if test="startDate != null and endDate != null"> and p.update_time between #{startDate} and #{endDate}</if>
+            <if test="startDate != null and endDate != null"> and p.create_time between #{startDate} and #{endDate}</if>
             <if test="projectId != null"> and p.project_id = #{projectId}</if>
             <if test="projectNo != null and projectNo != ''"> and p.project_no like concat('%',#{projectNo},'%') escape '/'</if>
             <if test="areaId != null and areaId.size() > 0">