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}