Min преди 9 месеца
родител
ревизия
88721c7b59
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

+ 1 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/resources/mapper/ReportMapper.xml

@@ -1340,7 +1340,7 @@
     </select>
 
     <update id="batchUpdateReportStageToNull">
-        update report set stage=null where id in 
+        update report set stage=null where id in
         <foreach collection="list" open="(" close=")" separator="," item="item">
             #{item}
         </foreach>