|
@@ -82,8 +82,8 @@ public class TestController {
|
|
|
private IMaterialParameterService parameterService;
|
|
|
@Autowired
|
|
|
private IMaterialAscriptionService ascriptionService;
|
|
|
- @Autowired
|
|
|
- private IMaterialTagService tagService;
|
|
|
+ /* @Autowired
|
|
|
+ private IMaterialTagService tagService;*/
|
|
|
@Autowired
|
|
|
private IMaterialImageInfoService iMaterialImageInfoService;
|
|
|
@Autowired
|
|
@@ -996,7 +996,7 @@ public class TestController {
|
|
|
tagQueryWrapper.eq("material_id", String.valueOf(info.getId()));
|
|
|
MaterialTag updateTag = new MaterialTag();
|
|
|
updateTag.setMaterialId(info.getCode());
|
|
|
- tagService.update(updateTag, tagQueryWrapper);
|
|
|
+ //tagService.update(updateTag, tagQueryWrapper);
|
|
|
QueryWrapper<MaterialAscription> materialAscriptionQuery = new QueryWrapper<>();
|
|
|
materialAscriptionQuery.eq("material_id", String.valueOf(info.getId()));
|
|
|
MaterialAscription updateMaterialAscription = new MaterialAscription();
|