标签修改
This commit is contained in:
parent
1d46e3c1e3
commit
77b2d8ef4b
@ -209,9 +209,13 @@
|
||||
|
||||
<select id="selectTaskPartitionList"
|
||||
resultType="com.xinelu.manage.domain.taskpartitiondict.TaskPartitionDict">
|
||||
select * from task_partition_dict where task_type_id in
|
||||
select * from task_partition_dict
|
||||
<where>
|
||||
task_type_id in
|
||||
<foreach item="ids" collection="list" open="(" separator="," close=")">
|
||||
#{ids}
|
||||
</foreach>
|
||||
</where>
|
||||
order by task_partition_sort
|
||||
</select>
|
||||
</mapper>
|
||||
@ -142,5 +142,6 @@
|
||||
select id taskTypeId,
|
||||
task_type_name
|
||||
from task_type_dict
|
||||
order by task_type_sort
|
||||
</select>
|
||||
</mapper>
|
||||
Loading…
Reference in New Issue
Block a user