公会-运营负责人-统计-后台-model主键
This commit is contained in:
@@ -1,21 +1,14 @@
|
||||
|
||||
package com.accompany.business.model;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@ApiModel
|
||||
@Data
|
||||
public class WeekGuildOperatorStat {
|
||||
|
||||
@TableId
|
||||
@ApiModelProperty("日期")
|
||||
private String date;
|
||||
@ApiModelProperty("周日")
|
||||
private String endDate;
|
||||
|
||||
private Integer partitionId;
|
||||
|
@@ -229,7 +229,7 @@ public class WeekGuildOperatorStatService {
|
||||
if (CollectionUtils.isEmpty(statList) || !needSaveRecord){
|
||||
return;
|
||||
}
|
||||
statMapper.insertOrUpdate(statList);
|
||||
statMapper.insert(statList);
|
||||
}
|
||||
|
||||
private List<WeekGuildOperatorRegionStat> groupByRegionStat(Integer partitionId, Integer operatorId,
|
||||
|
Reference in New Issue
Block a user