fwq
2024-04-15 7285f70c4804d88c175ace932956eec524e2ceda
phis-feign/src/main/java/com/hz/his/dto/report/OperationalStatementsVo.java
@@ -16,10 +16,14 @@
    private String month;
    /**月份:yyyy-MM-dd*/
    private String day;
    /**用户增长渠道:1是,0否*/
    private Integer selectUser;
    /**门店标识*/
    private String shopId;
    /**门店标识集合*/
    private List<String> shopIdList;
    /**渠道大类渠道标识集合*/
    private List<String> channelList;
    /**开始时间*/
    private Date startTime;
    /**结束时间*/
@@ -30,6 +34,10 @@
    private String loginCnName;
    /**登录员工唯一字符串*/
    private String loginEmpStr;
    /** 是否过滤测试用户账号 */
    private Integer isFilterTestAccount;
    /**是否查询复购数据,0否1是*/
    private Integer isSelectRepurchase = 0;
    public List<String> getShopIdList() {
        if(shopIdList == null){