yshop1.9.7,bug修复版本,修复后台删除拼团产品null、邮费问题等
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -84,6 +84,7 @@ public class YxStoreCombinationController {
|
|||||||
//if(StrUtil.isNotEmpty("22")) throw new BadRequestException("演示环境禁止操作");
|
//if(StrUtil.isNotEmpty("22")) throw new BadRequestException("演示环境禁止操作");
|
||||||
YxStoreCombination combination = new YxStoreCombination();
|
YxStoreCombination combination = new YxStoreCombination();
|
||||||
combination.setIsDel(1);
|
combination.setIsDel(1);
|
||||||
|
combination.setId(id);
|
||||||
yxStoreCombinationService.update(combination);
|
yxStoreCombinationService.update(combination);
|
||||||
return new ResponseEntity(HttpStatus.OK);
|
return new ResponseEntity(HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user