|
@@ -106,7 +106,7 @@ public class SkuController {
|
|
* 删除包材
|
|
* 删除包材
|
|
*/
|
|
*/
|
|
@PostMapping("/removePackagingMaterial")
|
|
@PostMapping("/removePackagingMaterial")
|
|
- public void removePackagingMaterial(@Validated @RequestBody ReplacePackagingMaterialDto dto) {
|
|
|
|
|
|
+ public void removePackagingMaterial(@RequestBody ReplacePackagingMaterialDto dto) {
|
|
skuService.removePackagingMaterial(dto);
|
|
skuService.removePackagingMaterial(dto);
|
|
}
|
|
}
|
|
|
|
|