فهرست منبع

广电电渠报备

mac 2 سال پیش
والد
کامیت
7d4362961e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

+ 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