Ver Fonte

二期后端看板bug修改

xiewd há 1 semana atrás
pai
commit
94b172d797

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