| | |
| | | String searchFieldJson = searchConditions.toJSONString(); |
| | | |
| | | LambdaQueryWrapper<ProductMaterialSku> countWrapper = new LambdaQueryWrapper<>(); |
| | | countWrapper.eq(ProductMaterialSku::getType, 1L); |
| | | countWrapper.eq(ProductMaterialSku::getType, 1); |
| | | |
| | | JSONArray dataArr = AliDingUtils.getFormDataList(aliDingConfig, aliDingConfig.getMaterialCodeFormUuid(), searchFieldJson, productMaterialSkuService, ProductMaterialSku::getFormModifiedTime, countWrapper); |
| | | |
| | |
| | | sku.setFormModifiedTime(AliDingUtils.parseUtcTime(item.getString("modifiedTimeGMT"))); |
| | | sku.setCreateTime(now); |
| | | sku.setUpdateTime(now); |
| | | sku.setType(1L); |
| | | sku.setType(1); |
| | | |
| | | list.add(sku); |
| | | } |