Browse Source

成本报表 单号

liuchaohui 2 years ago
parent
commit
ffeb869fdc

+ 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  " +