@@ -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
and create_time between #{startTime} and #{endTime}