hanfucheng 8 달 전
부모
커밋
ba51ff419a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/lawenforcement/LawenforcementViewMapper.xml

+ 1 - 1
src/main/resources/mapper/lawenforcement/LawenforcementViewMapper.xml

@@ -114,7 +114,7 @@
             IFNULL(r.total, 0) total,
             IFNULL(c.lian, 0) lian
         FROM (
-        <foreach item="date" collection="dates" open="select" separator="union" close="">
+        <foreach item="date" collection="dates" open="select " separator="union select" close="">
             #{date} d
         </foreach>
         ) a