bug修改优化
This commit is contained in:
parent
f17832a208
commit
130d6e926d
|
|
@ -299,7 +299,9 @@
|
|||
update_user as updateUser,
|
||||
del_flag as delFlag
|
||||
from tb_team
|
||||
where rel_id = #{id}
|
||||
where
|
||||
js_time IS NULL
|
||||
AND rel_id = #{id}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue