鞍钢再次修改
This commit is contained in:
parent
c009e106c0
commit
5d467e5ae1
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.zhgd.xmgl.modules.safetyhat.mapper.SafetyHatDevMapper">
|
||||
<select id="queryList" resultType="com.zhgd.xmgl.modules.safetyhat.entity.SafetyHatDev">
|
||||
select shd.*,wi.worker_name, b.team_name, c.department_name, wt.type_name, wi.id_card, wi.enter_date, b.id teamId, c.id deptId
|
||||
select shd.*,wi.worker_name, b.team_name, c.department_name, wt.type_name, wi.id_card, wi.enter_date, b.id teamId, c.id deptId, en.enterprise_name enterpriseName
|
||||
from safety_hat_dev shd
|
||||
left join worker_info wi on wi.id = shd.worker_info_id
|
||||
LEFT JOIN team_info b ON wi.team_id = b.id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user