fix:企业端分标委
This commit is contained in:
@@ -23,4 +23,11 @@ public class subCouncil implements Serializable {
|
||||
@ApiModelProperty(value = "职位")
|
||||
private String post;
|
||||
|
||||
public subCouncil(String id, String companyName, String peopleName, String phone, String post) {
|
||||
this.id = id;
|
||||
this.companyName = companyName;
|
||||
this.peopleName = peopleName;
|
||||
this.phone = phone;
|
||||
this.post = post;
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -109,10 +109,10 @@
|
||||
<id property="id" column="id"></id>
|
||||
<result property="name" column="name"></result>
|
||||
<result property="remarks" column="remarks"></result>
|
||||
<result property="principal" column="create_by"></result>
|
||||
<result property="principal" column="principal"></result>
|
||||
<collection property="list" ofType="com.jero.data.entity.ChildrenFindByName" javaType="java.util.List" select="listForChildrenTwo" column="{pid=id}" >
|
||||
<id property="childrenId" column="childrenId"></id>
|
||||
<result property="companyName" column="company_name"></result>
|
||||
<result property="companyName" column="companyName"></result>
|
||||
<result property="post" column="post"></result>
|
||||
<result property="phone" column="phone"></result>
|
||||
<result property="peopleName" column="peopleName"></result>
|
||||
|
||||
+2
-2
@@ -99,8 +99,8 @@
|
||||
<id property="id" column="id"></id>
|
||||
<result property="name" column="name"></result>
|
||||
<result property="remarks" column="remarks"></result>
|
||||
<result property="principal" column="create_by"></result>
|
||||
<collection property="list" ofType="com.jero.data.entity.subCouncil" javaType="java.util.List" select="listForChildrenTwo" column="{pid=id,companyName=companyName,tname=tname}" >
|
||||
<result property="principal" column="principal"></result>
|
||||
<collection property="list" ofType="com.jero.data.entity.subCouncil" javaType="java.util.List" select="listForChildrenTwo" column="{pid=id}" >
|
||||
<id property="id" column="id"></id>
|
||||
<result property="companyName" column="companyName"></result>
|
||||
<result property="post" column="post"></result>
|
||||
|
||||
Reference in New Issue
Block a user