瀏覽代碼

广电电渠报备

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