见习之星考核
This commit is contained in:
@ -17,10 +17,37 @@
|
||||
<result property="qjshjy" column="qjshjy"/>
|
||||
<result property="createuseird" column="createuseird"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<association property="tsbzJxjsjbxx" column="jsid" javaType="TsbzJxjsjbxx" resultMap="TsbzJxjsjbxxResult"/>
|
||||
</resultMap>
|
||||
|
||||
<resultMap type="TsbzJxjsjbxx" id="TsbzJxjsjbxxResult">
|
||||
<result property="id" column="id"/>
|
||||
<result property="otherid" column="otherid"/>
|
||||
<result property="name" column="name"/>
|
||||
<result property="jxbh" column="jxbh"/>
|
||||
<result property="xb" column="xb"/>
|
||||
<result property="csrq" column="csrq"/>
|
||||
<result property="email" column="email"/>
|
||||
<result property="phone" column="phone"/>
|
||||
<result property="yzbm" column="yzbm"/>
|
||||
<result property="zzmm" column="zzmm"/>
|
||||
<result property="mz" column="mz"/>
|
||||
<result property="prdwid" column="prdwid"/>
|
||||
<result property="prdwmc" column="prdwmc"/>
|
||||
<result property="jdxid" column="jdxid"/>
|
||||
<result property="rjxd" column="rjxd"/>
|
||||
<result property="rjxk" column="rjxk"/>
|
||||
<result property="rjnj" column="rjnj"/>
|
||||
<result property="byyx" column="byyx"/>
|
||||
<result property="xl" column="xl"/>
|
||||
<result property="xw" column="xw"/>
|
||||
<result property="sfsfs" column="sfsfs"/>
|
||||
<result property="lqnf" column="lqnf"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
</resultMap>
|
||||
|
||||
<sql id="selectTsbzJxzxkhshVo">
|
||||
select d.* from tsbz_jxzxmd a
|
||||
select d.id,d.faid,d.jsid,d.status,d.xjshr,d.xjshyj,d.xjshjy,d.qjshr,d.qjshjy,d.qjshyj,d.createuseird,d.create_time,b.name from tsbz_jxzxmd a
|
||||
left join tsbz_jxjsjbxx b on b.id=a.jsid
|
||||
left join sys_dept c on b.prdwid=c.schoolid
|
||||
left join tsbz_jxzxkhsh d on a.jsid=d.jsid
|
||||
|
Reference in New Issue
Block a user