refs
用户 wangmengzhao <1036088376@qq.com>
星期二, 十二月 5, 2023 08:57 +0800
提交者 wangmengzhao <1036088376@qq.com>
星期二, 十二月 5, 2023 08:57 +0800
提交4caf35c0152a2ac3f4d416384e9d8a2b19818363
目录 bfec58e1b22b44e983515c6de548cd7afb1a829f 目录 | zip | gz
parent cbdf1e550c73c90c01ec0c792eb7bfe96dcc910f 查看 | 对比
添加接单超时标识和结单超时标识在iot_device_Order表里面,在对应的类中添加,完成安装单/维修单完成后用户对此单进行打分和评价20231204wmz
44个文件已修改
5909 ■■■■ 已修改文件
wumei-smart-master/springboot/wumei-admin/src/main/java/com/ruoyi/web/controller/common/CaptchaController.java 29 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-common/src/main/java/com/ruoyi/common/utils/DateUtils.java 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-framework/src/main/java/com/ruoyi/framework/manager/factory/AsyncFactory.java 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/controller/DeviceController.java 9 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/controller/DeviceOrderController.java 186 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/domain/DeviceOrder.java 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/domain/DeviceOrderTime.java 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceMapper.java 14 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java 26 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderTimeMapper.java 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderService.java 29 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderTimeService.java 16 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceService.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/impl/DeviceOrderServiceImpl.java 186 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/impl/DeviceOrderTimeServiceImpl.java 60 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/impl/DeviceServiceImpl.java 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceMapper.xml 22 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceOrderMapper.xml 118 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-iot/src/main/resources/mapper/iot/DeviceOrderTimeMapper.xml 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/config/ScheduleConfig.java 10 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobController.java 68 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java 23 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/domain/SysJob.java 122 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/domain/SysJobLog.java 118 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/mapper/SysJobLogMapper.java 16 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/mapper/SysJobMapper.java 20 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/service/ISysJobService.java 28 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobLogServiceImpl.java 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobServiceImpl.java 103 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/AbstractQuartzJob.java 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/CronUtils.java 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/JobInvokeUtil.java 95 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/QuartzDisallowConcurrentExecution.java 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/QuartzJobExecution.java 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/java/com/ruoyi/quartz/util/ScheduleUtils.java 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/resources/mapper/quartz/SysJobLogMapper.xml 177 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-quartz/src/main/resources/mapper/quartz/SysJobMapper.xml 220 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/springboot/wumei-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java 140 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/vue/src/views/equipmentManagement/installation.vue 1738 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/vue/src/views/equipmentManagement/maintenance.vue 1706 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
wumei-smart-master/vue/src/views/system/user/index.vue 165 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史