Compare commits

..

No commits in common. "b298bbdcf53af05e1e9e92000129e2dfbbb8bfd4" and "92fcaa1075fa8a4a124847db94b282b09a0985fd" have entirely different histories.

2 changed files with 1 additions and 13 deletions

View File

@ -1,11 +1,8 @@
package com.zcloud.basic.info.dto;
import com.alibaba.cola.dto.PageQuery;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import javax.validation.constraints.NotNull;
/**
* web-client
@ -29,6 +26,7 @@ public class UserQryCmd {
private String eqCorpinfoId;
private String eqDepartmentId;
private String eqPostId;
private String eqEmploymentFlag;
private Long corpinfoId;
private Long departmentId;
@ -36,11 +34,5 @@ public class UserQryCmd {
private String username;
private Integer noMain;
private String isMyCorp;
@ApiModelProperty(value = "是否流动人员1-流动0-固定人员", name = "flowFlag")
private Integer flowFlag;
// 入职状态
@ApiModelProperty(value = "入职状态 入职状态0-离职, 1-在职, 2-信息变更中, 3-未入职, 4-实习生, 5-实习结束, 6-退休, 7-劳务派遣, 8-劳务派遣结束, 11-入职待审核, 10-离职待审核")
private Integer employmentFlag;
}

View File

@ -52,7 +52,6 @@
u.political_affiliation,
u.political_affiliation_name,
u.employment_flag,
u.flow_flag,
CASE
WHEN LENGTH(FROM_BASE64(u.user_id_card)) > 0
AND MOD(SUBSTRING(FROM_BASE64(u.user_id_card), 17, 1), 2) = 1 THEN
@ -86,9 +85,6 @@
<if test="params.employmentFlag != null">
and u.employment_flag = #{params.employmentFlag}
</if>
<if test="params.flowFlag != null">
and u.flow_flag = #{params.flowFlag}
</if>
<if test="params.postId != null">