zouxuan преди 5 години
родител
ревизия
6b162f27a6
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/StudentRepairMapper.xml

@@ -189,10 +189,10 @@
                 AND sr.repair_status_ = #{repairStatus}
             </if>
             <if test="startTime != null">
-                AND sr.create_time_ >= #{startTime}
+                AND sr.finish_time_ >= #{startTime}
             </if>
             <if test="endTime != null">
-                AND sr.create_time_ &lt;= #{endTime}
+                AND sr.finish_time_ &lt;= #{endTime}
             </if>
         </where>
     </sql>