@@ -6,7 +6,6 @@ import lombok.Setter;
import java.io.Serializable;
@Data
-@Setter
public class AnalysisPreviewQueryDTO implements Serializable {
/**
@@ -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}
</where>
@@ -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 test="companyUserId != null">
- and
- </if>
</select>