소스 검색

广电电渠报备

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