见习之星考核-区级审核

This commit is contained in:
paidaxing444
2020-09-02 10:47:43 +08:00
parent 079fe43c2d
commit 4925790a02
3 changed files with 216 additions and 233 deletions

View File

@ -47,7 +47,7 @@
</resultMap>
<sql id="selectTsbzJxzxkhshVo">
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_jxzxkhsh d
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,b.prdwmc from tsbz_jxzxkhsh d
left join tsbz_jxjsjbxx b on b.id=d.jsid
</sql>