Преглед на файлове

task6772港大人员选择器增加工号显示到列表

WuYi преди 20 часа
родител
ревизия
66c24b20dc

+ 11 - 1
ibps-model-root/modules/org-model/src/main/java/com/lc/ibps/org/party/persistence/entity/DefaultPartyUserPo.java

@@ -42,6 +42,8 @@ public class DefaultPartyUserPo extends PartyUserPo{
 	protected String  photo; /*照片*/
 	@ApiModelProperty(value = "微信登录账号")
 	protected String wcAccount; /*微信登录账号*/
+	@ApiModelProperty(value = "工号")
+	protected String jianDingZiGeZ; /*微信登录账号*/
 	
 	@JsonIgnore
 	@Override
@@ -133,7 +135,15 @@ public class DefaultPartyUserPo extends PartyUserPo{
 	public void setWcAccount(String wcAccount) {
 		this.wcAccount = wcAccount;
 	}
-	
+
+	public String getJianDingDiDeDz() {
+		return jianDingZiGeZ;
+	}
+
+	public void setJianDingDiDeDz(String jianDingZiGeZ) {
+		this.jianDingZiGeZ = jianDingZiGeZ;
+	}
+
 	public static DefaultPartyUserPo fromJsonString2(String data){
 		if(!JacksonUtil.isJsonObject(data)){
 			return null;

+ 11 - 1
ibps-model-root/modules/org-model/src/main/java/com/lc/ibps/org/party/persistence/entity/PartyUserPo.java

@@ -32,6 +32,8 @@ public class PartyUserPo extends PartyUserTbl implements User{
 	protected String wcAccount;
 	@ApiModelProperty(value = "名称")
 	protected String fullname;
+	@ApiModelProperty(value = "名称")
+	protected String jianDingZiGeZ;
 
 	@ApiModelProperty(value = "系统管理角色")
 	//由上下文CurrentContext管理
@@ -90,7 +92,15 @@ public class PartyUserPo extends PartyUserTbl implements User{
 	public void setWcAccount(String wcAccount) {
 		this.wcAccount = wcAccount;
 	}
-	
+
+	public String getJianDingZiGeZ() {
+		return jianDingZiGeZ;
+	}
+
+	public void setJianDingZiGeZ(String jianDingZiGeZ) {
+		this.jianDingZiGeZ = jianDingZiGeZ;
+	}
+
 	public static PartyUserPo fromJsonString(String data){
 		if(JacksonUtil.isNotJsonObject(data)){
 			return null;

+ 1 - 0
ibps-model-root/modules/org-model/src/main/resources/com/lc/ibps/org/party/persistence/mapping/DefaultPartyUser.map.xml

@@ -21,6 +21,7 @@
 		<result property="address" column="ADDRESS_" jdbcType="VARCHAR"/>
 		<result property="qq" column="QQ_" jdbcType="VARCHAR"/>
 		<result property="photo" column="PHOTO_" jdbcType="VARCHAR"/>
+		<result property="jianDingZiGeZ" column="JIAN_DING_ZI_GE_Z" jdbcType="VARCHAR"/>
 	</resultMap>
 	
 	<insert id="create" parameterType="com.lc.ibps.org.party.persistence.entity.DefaultPartyUserPo">

+ 1 - 0
ibps-model-root/modules/org-model/src/main/resources/com/lc/ibps/org/party/persistence/mapping/PartyUser.map.xml

@@ -15,6 +15,7 @@
 		<result property="fullname" column="FULL_NAME_" jdbcType="VARCHAR"/>
 		<result property="wcAccount" column="WC_ACCOUNT_" jdbcType="VARCHAR"/>
 		<result property="tenantId" column="TENANT_ID_" jdbcType="VARCHAR"/>
+		<result property="jianDingZiGeZ" column="JIAN_DING_ZI_GE_Z" jdbcType="VARCHAR"/>
 	</resultMap>
 
     <sql id="columns">