소스 검색

成本报表 单号

liuchaohui 2 년 전
부모
커밋
ffeb869fdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/service/impl/SyCostAllocationServiceImpl.java

@@ -187,7 +187,7 @@ public class SyCostAllocationServiceImpl extends ServiceImpl<SyCostAllocationMap
         SyCostAllocation syCostAllocation=new SyCostAllocation();
         //查询U8数据 表头
         String sqlQueryhard = "SELECT    " +
-                "max(o.omCode) as SYY101,max(c.cInvName) as poStyleNum,max(pe.cPersonName) as exportSales,  " +
+                "max(o.omCode) as planNum,max(c.cInvName) as poStyleNum,max(pe.cPersonName) as exportSales,  " +
                 "max(ss.cSOCode) as garmentContractno,max(de.cDepName) as department,max(cc.cCusAbbName) as customerShortame,  " +
                 "v.cVenName as processUnit,max(ss.dDate) as outdata,max(ss.iTaxRate) as taxrate,max(ss.cMaker) as preparedBy,  " +
                 "sum(s.iNatSum) as salesordersLocaltotal,sum(s.iSum) as salesrrdersOriginaltotal,sum(o.iQuantity) as planQuantity  " +