瀏覽代碼

报表修改

wangyangyang 4 年之前
父節點
當前提交
1dc4238566

+ 0 - 1
sms_water/src/main/resources/mapper/DayReportMapper.xml

@@ -177,7 +177,6 @@
                 #{dramaId.id}
             </foreach>
         </if>
-        and a.IS_REPORT=1
         <if test="report.parentSceneIds != null">
            and  a.PARENT_SCENE_ID in
             <foreach collection="report.parentSceneIds" item="dramaId" open="(" close=")" separator=",">

+ 0 - 1
sms_water/src/main/resources/mapper/MonthReportMapper.xml

@@ -174,7 +174,6 @@
                 #{dramaId.id}
             </foreach>
         </if>
-        and a.IS_REPORT=1
         <if test="report.parentSceneIds != null">
             and  a.PARENT_SCENE_ID in
             <foreach collection="report.parentSceneIds" item="dramaId" open="(" close=")" separator=",">

+ 0 - 1
sms_water/src/main/resources/mapper/YearReportMapper.xml

@@ -171,7 +171,6 @@
                 #{dramaId.id}
             </foreach>
         </if>
-        and a.IS_REPORT=1
         <if test="report.parentSceneIds != null > 0">
             and  a.PARENT_SCENE_ID in
             <foreach collection="report.parentSceneIds" item="dramaId" open="(" close=")" separator=",">