人员删除弹弓下发人员状态
This commit is contained in:
parent
3361a5f28a
commit
2e49465729
@ -345,8 +345,8 @@ public class WorkerInfo implements Serializable {
|
||||
private Double exitSafeScore;
|
||||
@ApiModelProperty(value = "人员性质")
|
||||
private Integer workerNature;
|
||||
@ApiModelProperty(value = "弹弓下发人员状态:0:成功,1:没有照片,2:入库失败,3:与 XXX 相似度高,4:下载失败,5:照片太大,6:其他")
|
||||
private String dangongStatus;
|
||||
// @ApiModelProperty(value = "弹弓下发人员状态:0:成功,1:没有照片,2:入库失败,3:与 XXX 相似度高,4:下载失败,5:照片太大,6:其他")
|
||||
// private String dangongStatus;
|
||||
|
||||
@TableField(exist = false)
|
||||
@ApiModelProperty(value = "人员性质")
|
||||
|
||||
@ -48,9 +48,9 @@
|
||||
and create_time>=current_date group by person_sn ) wa on wa.person_sn = a.person_sn
|
||||
</if>
|
||||
WHERE 1 = 1
|
||||
<if test="param.dangongStatus != null and param.dangongStatus != '' or param.dangongStatus == '0'.toString()">
|
||||
and a.dangong_status = #{param.dangongStatus}
|
||||
</if>
|
||||
<!-- <if test="param.dangongStatus != null and param.dangongStatus != '' or param.dangongStatus == '0'.toString()">-->
|
||||
<!-- and a.dangong_status = #{param.dangongStatus}-->
|
||||
<!-- </if>-->
|
||||
<if test="param.safeScoreLevel == '1'.toString()">
|
||||
and a.safe_score < #{param.workerInfoRedScore}
|
||||
</if>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user