监理单位,专责新建审核流bug修复
This commit is contained in:
parent
1fb21ef912
commit
8972e9adba
|
|
@ -274,7 +274,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
on
|
||||
psp.sup_user_id = lsp.sup_persion_id
|
||||
left join sys_dict_data sdd on sdd.dict_value = psp.post and sdd.dict_type = 'sys_sup_post' and sdd.status = '0'
|
||||
where psp.is_active = '1'
|
||||
where psp.is_active = '1' and lsp.status = '0'
|
||||
<if test="supId != null and supId != ''">
|
||||
and lsp.sup_uuid = (select uuid from pt_sup_info where
|
||||
sup_id = #{supId})
|
||||
|
|
@ -316,7 +316,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
on
|
||||
psp.sup_user_id = lsp.sup_persion_id
|
||||
left join sys_dict_data sdd on sdd.dict_value = psp.post and sdd.dict_type = 'sys_sup_post' and sdd.status = '0'
|
||||
where psp.is_active = '1'
|
||||
where psp.is_active = '1' and lsp.status = '0'
|
||||
<if test="supId != null and supId != ''">
|
||||
and lsp.sup_uuid = (select uuid from pt_sup_info where
|
||||
sup_id = #{supId})
|
||||
|
|
|
|||
Loading…
Reference in New Issue