lyhzzz 2 rokov pred
rodič
commit
58f4daca8c

+ 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}