zouxuan 5 years ago
parent
commit
6b162f27a6
1 changed files with 2 additions and 2 deletions
  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>