Преглед на файлове

二期后端看板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">