Przeglądaj źródła

代储点质量管理新修改

lvzhikai 5 lat temu
rodzic
commit
827d852d31

+ 3 - 0
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1690,6 +1690,9 @@
1690 1690
       <if test="depotId !=null">
1691 1691
         and sq.depot_id is not null
1692 1692
       </if>
1693
+      <if test="depotId ==null">
1694
+        and sq.depot_id is null
1695
+      </if>
1693 1696
       <!--区分粮情卡的数据-->
1694 1697
       and sq.flag_type is null
1695 1698
     </where>