浏览代码

统计每个销售的数据

xdd 1 周之前
父节点
当前提交
84600b8abe

+ 0 - 1
fs-service-system/src/main/java/com/fs/statis/dto/AnalysisPreviewQueryDTO.java

@@ -6,7 +6,6 @@ import lombok.Setter;
 import java.io.Serializable;
 
 @Data
-@Setter
 public class AnalysisPreviewQueryDTO implements Serializable {
 
     /**

+ 1 - 1
fs-service-system/src/main/resources/mapper/statis/ConsumptionBalanceMapper.xml

@@ -85,7 +85,7 @@
             <if test="companyId != null">
                 and company_id = #{companyId}
             </if>
-            <if test="companyUseId != null">
+            <if test="companyUserId != null">
                 and company_user_id = #{companyUserId}
             </if>
         </where>

+ 0 - 3
fs-service-system/src/main/resources/mapper/store/FsStoreProductMapper.xml

@@ -114,9 +114,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test = 'companyIds != null and companyIds != "" '>
                 and find_in_set(#{companyIds}, company_ids)
             </if>
-            <if test="companyUserId != null">
-                and
-            </if>
         </where>
     </select>