1
This commit is contained in:
parent
483199f042
commit
dd3957f45b
@ -36,7 +36,7 @@ public class RepairWorkerController {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 批量创建维修工人集合
|
* 批量创建维修工人
|
||||||
* @author PQZ
|
* @author PQZ
|
||||||
* @date 18:32 2024/10/9
|
* @date 18:32 2024/10/9
|
||||||
* @param userList 选中的用户集合
|
* @param userList 选中的用户集合
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
and main.work_type = #{entity.workType}
|
and main.work_type = #{entity.workType}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
order by main.create_time desc
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
Loading…
Reference in New Issue
Block a user