This commit is contained in:
PQZ 2024-10-09 19:27:55 +08:00
parent 483199f042
commit dd3957f45b
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ public class RepairWorkerController {
/**
* 批量创建维修工人集合
* 批量创建维修工人
* @author PQZ
* @date 18:32 2024/10/9
* @param userList 选中的用户集合

View File

@ -25,6 +25,7 @@
and main.work_type = #{entity.workType}
</if>
</where>
order by main.create_time desc
</select>
</mapper>