report/send.go @@ -141,6 +141,8 @@ func SendBom(fData bool) { // 上报bom bomList := kingdee.BomList(fData) logger.Debug("查询到%d条Bom数据", len(bomList)) // 过滤数据, 判断是否已经上报过, 请求全量数据不过滤, 直接上报 if fData { for i := 0; i < len(bomList); {