소스 검색

bug修复

eganwu 1 년 전
부모
커밋
57acfb702a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/sale/order/SQL/查询商品费用方案方法.sql

+ 1 - 1
src/custom/restcontroller/webmanage/sale/order/SQL/查询商品费用方案方法.sql

@@ -3,4 +3,4 @@ from sa_orderitems t1
          INNER JOIN sys_datafunction_bind t2 ON t2.ownerid = t1.itemid and t2.ownertable = 'plm_item'
          INNER JOIN sys_datafunction t3 ON t3.sys_datafunctionid = t2.sys_datafunctionid
 WHERE t1.sa_orderid = $sa_orderid$
-  and t1.siteid = $siteid$
+  and t1.siteid = $siteid$ and  t3.status='启用'