|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
|
|
<mapper namespace="com.glxp.api.dao.basic.BasicCollectUserMapper">
|
|
|
|
|
<select id="filterList" resultType="com.glxp.api.res.basic.UserWorkResponse">
|
|
|
|
|
select bcu.id,sw.workplaceName,sw.invCode,sw.workplaceId,sw.constituencies,sw.operationType,sw.checkInsert,sw.warnType,sw.unitTittle,
|
|
|
|
|
au.userName,au.employeeName
|
|
|
|
|
select bcu.id,sw.workplaceName,sw.invCode,sw.workplaceId,sw.constituencies,sw.operationType,sw.checkInsert,sw.warnType,sw.unitTittle,sw.corpType,
|
|
|
|
|
au.userName,au.employeeName,sw.createTime as createTime
|
|
|
|
|
from basic_collect_user bcu
|
|
|
|
|
left join auth_user au on bcu.userId = au.id
|
|
|
|
|
left join sys_workplace sw on bcu.workplaceCode = sw.workplaceId
|
|
|
|
|