lyhzzz 2 년 전
부모
커밋
58f4daca8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/manage/DataMapper.xml

+ 1 - 1
src/main/resources/mapper/manage/DataMapper.xml

@@ -82,7 +82,7 @@
         </if>
         FROM ${tb}
         WHERE rec_status = 'A'
-          <if test="tb == 't_scene_pro' or tb == 't_scene_plus' ">
+          <if test="tb == 't_scene_pro'">
               AND is_upgrade = 0
           </if>
         and create_time between #{startTime} and #{endTime}