Răsfoiți Sursa

广电电渠报备

mac 2 ani în urmă
părinte
comite
7d4362961e

+ 2 - 0
kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

@@ -28,6 +28,7 @@
         from kxs_gd_report
         <where>
             and del_flag = 0
+            and put_type = 0
             and user_id = #{userId}
             and status = #{status}
             <if test="keyword != null and keyword != ''">
@@ -56,6 +57,7 @@
         from kxs_gd_report
         <where>
             and del_flag = 0
+            and put_type = 1
             and user_id = #{userId}
             <if test="status != null and status == 1">
                 and status = 1