Commit 6fd7d644 authored by shiyu's avatar shiyu

商品设置暂不处理也可修改参数

parent 3541811a
......@@ -150,7 +150,7 @@ public class ItemServiceImpl implements ItemService {
paramMap.put("topImage", url);
item.setTopImage(url);
}
item.setState(ItemStateEnum.FINISH.getCode());
item.setState(coinRequestDto.getState());
itemDao.setCoin(item);
//记录钱币设置的操作日志
......
......@@ -98,4 +98,9 @@ public class CoinRequestDto extends BaseRequestDto implements Entity {
private Double price;
/**
* 状态
*/
private Integer state;
}
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