yshop1.9.7,bug修复版本,修复后台删除拼团产品null、邮费问题等

This commit is contained in:
hupeng
2020-02-13 16:10:19 +08:00
parent a0a0a1fbbf
commit d156fa09dc
2 changed files with 509 additions and 64 deletions

View File

@ -84,6 +84,7 @@ public class YxStoreCombinationController {
//if(StrUtil.isNotEmpty("22")) throw new BadRequestException("演示环境禁止操作");
YxStoreCombination combination = new YxStoreCombination();
combination.setIsDel(1);
combination.setId(id);
yxStoreCombinationService.update(combination);
return new ResponseEntity(HttpStatus.OK);
}