소스 검색

发货单返回k3outcode

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

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

@@ -23,6 +23,7 @@ SELECT t1.sa_dispatch_itemsid,
        t2.height,
        t2.width,
        t2.length,
+       t2.k3outcode,
        t3.unitname,
        t5.price,
        (ifnull(t1.qty, 0) * t5.price) amount,