소스 검색

发货单明细订单起订量修改为0

eganwu 1 년 전
부모
커밋
85421e0588
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/sale/dispatch/SQL/发货单明细列表查询.sql

+ 1 - 1
src/custom/restcontroller/webmanage/sale/dispatch/SQL/发货单明细列表查询.sql

@@ -15,7 +15,7 @@ SELECT t1.sa_dispatch_itemsid,
        t2.model,
        t2.spec,
        t2.orderaddqty,
-       t2.orderminqty,
+       0 orderminqty,
        t2.barcode,
        t2.skucontrol,
        t2.grossweight,