fix(domain): 修复项目任务执行状态判断逻辑
parent
21a353b40d
commit
27a5c4863c
|
|
@ -38,8 +38,8 @@
|
|||
left join user u on dd.master_user_id = u.id
|
||||
left join domain_group dg on dd.domain_type = dg.domain_type
|
||||
where dd.delete_enum = 'FALSE'
|
||||
<if test="params.corpinfoId != null ">
|
||||
and dg.corpinfo_id =#{params.corpinfoId}
|
||||
<if test="corpinfoId != null ">
|
||||
and dg.corpinfo_id =#{corpinfoId}
|
||||
</if>
|
||||
order by dd.create_time desc
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Reference in New Issue