提交 c1ecfc0b authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 7e8b7055
......@@ -118,7 +118,7 @@ public class VideoLibraryController {
entity.setRealPrice(form.getRealPrice());
entity.setPrice(form.getPrice());
entity.setPriceOption(form.getPriceOption());
entity.setSalesType(form.getSaleType());
entity.setSalesType(form.getSalesType());
entity.setUpdateTime(new Date());
if(!service.UpdateByExampleSelective(entity,example)){
throw new BaseException("操作失败");
......
......@@ -22,7 +22,7 @@ public class BatchUpdateVideoLibraryForm {
@ApiModelProperty("售价")
private BigDecimal realPrice;
@ApiModelProperty("销售方式")
private Integer saleType;
private Integer salesType;
@ApiModelProperty("售价选项 0 免费,1收费")
private Integer priceOption;
@ApiModelProperty("阅读权限")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论