修改bug
This commit is contained in:
@@ -31,7 +31,7 @@ public class LoadTypeUserSearchParam {
|
||||
private String relationUserName;
|
||||
|
||||
@ApiModelProperty("是否上传入网报告(0:否 1:是)")
|
||||
private Integer iIsFileUpload;
|
||||
private String fileUploadflag;
|
||||
|
||||
@ApiModelProperty("是否上传实测报告(0:否 1:是)")
|
||||
private Integer aIsFileUpload;
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<if test="loadTypeUserSearchParam.userName != null and loadTypeUserSearchParam.userName != ''">
|
||||
and r.user_name like CONCAT('%', #{loadTypeUserSearchParam.userName}, '%')
|
||||
</if>
|
||||
<if test="loadTypeUserSearchParam.aIsFileUpload != null and loadTypeUserSearchParam.aIsFileUpload != ''">
|
||||
and r.i_is_file_upload = #{loadTypeUserSearchParam.iIsFileUpload}
|
||||
<if test="loadTypeUserSearchParam.fileUploadflag != null and loadTypeUserSearchParam.fileUploadflag != ''">
|
||||
and r.i_is_file_upload = #{loadTypeUserSearchParam.fileUploadflag}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user