Min 11 ماه پیش
والد
کامیت
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>