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>