mac 2 лет назад
Родитель
Сommit
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
         from kxs_gd_report
         <where>
         <where>
             and del_flag = 0
             and del_flag = 0
+            and put_type = 0
             and user_id = #{userId}
             and user_id = #{userId}
             and status = #{status}
             and status = #{status}
             <if test="keyword != null and keyword != ''">
             <if test="keyword != null and keyword != ''">
@@ -56,6 +57,7 @@
         from kxs_gd_report
         from kxs_gd_report
         <where>
         <where>
             and del_flag = 0
             and del_flag = 0
+            and put_type = 1
             and user_id = #{userId}
             and user_id = #{userId}
             <if test="status != null and status == 1">
             <if test="status != null and status == 1">
                 and status = 1
                 and status = 1