You've already forked FrameTour-BE
taskStatus
This commit is contained in:
@@ -105,4 +105,9 @@
|
||||
where t.scenic_id = #{scenicId} and pid = 0 and t.status = 1
|
||||
order by sort
|
||||
</select>
|
||||
<select id="listEnabledTemplateIdByScenicId" resultType="java.lang.Long">
|
||||
select t.id
|
||||
from template t
|
||||
where t.scenic_id = #{scenicId} and t.pid = 0 and t.status = 1
|
||||
</select>
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user