错别字修改

This commit is contained in:
taozi
2021-02-05 10:32:34 +08:00
committed by xuwenbo
parent 9830f529e4
commit 09a1a2386e
11 changed files with 20 additions and 20 deletions

View File

@ -72,8 +72,8 @@ public class YxStorePink extends BaseDomain {
private Long pid;
/** 拼总人数 */
@ApiModelProperty(value = "总人数")
/** 拼总人数 */
@ApiModelProperty(value = "总人数")
private Integer people;

View File

@ -109,7 +109,7 @@ public class YxStoreCombinationDto implements Serializable {
// 拼团订单有效时间
private Integer effectiveTime;
// 拼产品成本
// 拼产品成本
private Integer cost;
// 浏览量

View File

@ -42,7 +42,7 @@ public class YxStorePinkDto implements Serializable {
/** 产品id */
private Long pid;
/** 拼总人数 */
/** 拼总人数 */
private Integer people;
/** 拼团产品单价 */

View File

@ -260,7 +260,7 @@ public class YxStoreCombinationServiceImpl extends BaseServiceImpl<YxStoreCombin
map.put("拼团开始时间", yxStoreCombination.getStartTime());
map.put("拼团结束时间", yxStoreCombination.getStopTime());
map.put("拼团订单有效时间", yxStoreCombination.getEffectiveTime());
map.put("产品成本", yxStoreCombination.getCost());
map.put("产品成本", yxStoreCombination.getCost());
map.put("浏览量", yxStoreCombination.getBrowse());
map.put("单位名", yxStoreCombination.getUnitName());
list.add(map);

View File

@ -676,7 +676,7 @@ public class YxStorePinkServiceImpl extends BaseServiceImpl<YxStorePinkMapper, Y
map.put("购买总金额", yxStorePink.getTotalPrice());
map.put("拼团产品id", yxStorePink.getCid());
map.put("产品id", yxStorePink.getPid());
map.put("总人数", yxStorePink.getPeople());
map.put("总人数", yxStorePink.getPeople());
map.put("拼团产品单价", yxStorePink.getPrice());
map.put(" stopTime", yxStorePink.getStopTime());
map.put("团长id 0为团长", yxStorePink.getKId());

View File

@ -50,7 +50,7 @@ public class YxStorePinkQueryVo implements Serializable {
@ApiModelProperty(value = "产品id")
private Long pid;
@ApiModelProperty(value = "总人数")
@ApiModelProperty(value = "总人数")
private Integer people;
@ApiModelProperty(value = "拼团产品单价")