|
|
@ -467,6 +467,12 @@ |
|
|
where s.site = #{site} and s.part_no = #{partNo} and s.sop_type = #{sopType} and sop_status = #{sopStatus} |
|
|
where s.site = #{site} and s.part_no = #{partNo} and s.sop_type = #{sopType} and sop_status = #{sopStatus} |
|
|
order by s.phase_in_date desc |
|
|
order by s.phase_in_date desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
<select id="getColumnDisplayFlagList" resultType="com.xujie.sys.modules.pms.data.EamAdminData"> |
|
|
|
|
|
select username AS adminID from sys_user a |
|
|
|
|
|
LEFT JOIN sys_user_role b on a.user_id = b.user_id |
|
|
|
|
|
left join sys_role c on c.role_id = b.role_id |
|
|
|
|
|
where c.role_name = '换线点检-查看标准值权限' |
|
|
|
|
|
</select> |
|
|
</mapper> |
|
|
</mapper> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|