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>