report/send.go
@@ -146,6 +146,11 @@ var bomList []kingdee.ICBom var bomChildList []kingdee.ICBomChild // 第一次启动, 上报全量 if len(bomReportedCache) == 0 { fData = true } // 上报bom bomList = kingdee.BomList(fData) logger.Debug("查询到%d条BOM数据", len(bomList))