소스 검색

Merge branch 'maintenance_feature'

周箭河 4 년 전
부모
커밋
8c721b473e
1개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 6
      mec-biz/src/main/resources/config/mybatis/StudentInstrumentMapper.xml

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

@@ -79,12 +79,8 @@
             <if test="operation != null">
                 operation_ = #{operation},
             </if>
-            <if test="startTime != null">
-                start_time_ = #{startTime},
-            </if>
-            <if test="endTime != null">
-                end_time_ = #{endTime},
-            </if>
+            start_time_ = #{startTime},
+            end_time_ = #{endTime},
             <if test="changeOrderId != null">
                 change_order_id_ = #{changeOrderId},
             </if>