记得上下班打卡 | git大法好,push需谨慎

Commit f1570f7d authored by 胡佳晨's avatar 胡佳晨

Merge remote-tracking branch 'origin/dev_goblin' into dev_goblin

parents 3217a4f1 97a19ec2
......@@ -91,10 +91,10 @@ public class GoblinFrontSelectGoodsController extends BaseController {
* @Description:精选商品修改
* @date 2022/1/4 下午2:49
*/
@PostMapping("update")
@ApiOperation(value = "精选商品修改")
@PostMapping("createOrUpdate")
@ApiOperation(value = "精选商品修改或者增加")
@ResponseBody
public AjaxResult update( @RequestBody GoblinFrontSelectGoodsParam goblinFrontSelectGoodsParam) {
public AjaxResult createOrUpdate( @RequestBody GoblinFrontSelectGoodsParam goblinFrontSelectGoodsParam) {
GoblinFrontSelectGoods goblinFrontSelectGoods =new GoblinFrontSelectGoods();
BeanUtils.copyProperties(goblinFrontSelectGoodsParam,goblinFrontSelectGoods);
logger.info("精选商品修改{}", JSON.toJSONString(goblinFrontSelectGoods));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment