政策征求意见流程开发、对接。
This commit is contained in:
@@ -2,6 +2,8 @@ package com.adc.da.sys.page;
|
||||
|
||||
import com.adc.da.base.page.BasePage;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
||||
/**
|
||||
* <b>功能:</b>TS_USER UserEOPage<br>
|
||||
@@ -11,6 +13,7 @@ import com.adc.da.base.page.BasePage;
|
||||
*/
|
||||
public class UserEOPage extends BasePage {
|
||||
|
||||
private List<String> usidList;
|
||||
private String usid;
|
||||
private String usidOperator = "=";
|
||||
private String account;
|
||||
@@ -40,6 +43,13 @@ public class UserEOPage extends BasePage {
|
||||
private boolean disAdmin=true;
|
||||
|
||||
|
||||
public List<String> getUsidList() {
|
||||
return usidList;
|
||||
}
|
||||
|
||||
public void setUsidList(List<String> usidList) {
|
||||
this.usidList = usidList;
|
||||
}
|
||||
|
||||
public String getUsid() {
|
||||
return this.usid;
|
||||
|
||||
@@ -141,6 +141,12 @@
|
||||
<if test="userType != null">
|
||||
and user_type ${userTypeOperator} #{userType}
|
||||
</if>
|
||||
<if test="usidList != null">
|
||||
and usid in
|
||||
<foreach collection="usidList" index="index" item="item" open="(" separator="," close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
</trim>
|
||||
</sql>
|
||||
<!-- 查询条件 (不让管理员显示出来 TU.usid != 'WY8J26MH23')-->
|
||||
|
||||
Reference in New Issue
Block a user