Commit Graph

76 Commits

Author SHA1 Message Date
42e77b6df9 1 2025-03-14 18:12:45 +08:00
8c3c84a66b 1 2025-03-14 14:49:39 +08:00
5af579e36a 1 2025-03-14 13:08:45 +08:00
7952af7b81 1 2025-03-13 09:47:00 +08:00
9fb6020167 1 2025-03-12 21:59:16 +08:00
26365aeb79 修复寻找库位问题;修复批量插入wcs任务问题;修复移库类型问题 2025-03-12 17:19:10 +08:00
82352aadc8 1 2025-03-11 23:18:32 +08:00
60636bb1ca 出库通知单完成后,移入历史表 2025-03-11 22:51:12 +08:00
3ce5c6f762 1 2025-03-11 14:45:39 +08:00
677528e8bb 手动出库不反馈pms 2025-03-11 10:40:14 +08:00
49eccb5512 1. 空托出库 2. 手动新增出库单 2025-03-11 00:07:55 +08:00
726b7ff463 1 2025-03-09 12:40:08 +08:00
271c246bb3 1 2025-03-09 12:02:22 +08:00
7af3ec23f2 拣货任务添加;拣货完成逻辑修改 2025-03-08 15:28:30 +08:00
6c85367827 1 2025-03-07 17:59:07 +08:00
2c0f6d5bec 修复更新库位错误 2025-03-07 17:58:17 +08:00
ef140156fe 添加捡货回库相关逻辑 2025-03-07 09:25:12 +08:00
1df1a0b5d1 添加出库捡选完成逻辑 2025-03-07 09:08:51 +08:00
e538e301a1 修改入库ID 2025-03-06 16:38:30 +08:00
bcdd994fcb 修改出库完成PMS请求的参数 2025-03-06 15:28:02 +08:00
e2b5d35687 修改远程调用方法;修改寻找库位逻辑 2025-03-06 14:56:31 +08:00
de2784292b 1 2025-03-06 14:16:30 +08:00
a8a73a1af9 修复少量问题 2025-03-06 13:57:29 +08:00
7ad26066d3 变更定时器解析wms任务 2025-03-06 12:14:24 +08:00
8b5c20c989 修复存在的错误 2025-03-06 09:05:35 +08:00
8a1ddb8e94 Merge branch 'master' of http://112.4.208.194:3000/FeiDaBaoKai/wms_serve_xugongteji 2025-03-06 09:03:05 +08:00
05652eb896 添加出库或移库完成后释放货位 2025-03-06 09:02:59 +08:00
ed6e9a7729 出库任务 2025-03-06 02:59:02 +08:00
18846446cb 添加入库反馈 pms, 添加出库反馈 pms 2025-03-06 02:28:02 +08:00
f70bc8a11f 添加非捡选任务完成处理 2025-03-06 01:52:48 +08:00
37e4d13857 添加一部分入库完成上报PMS代码 2025-03-05 12:14:40 +08:00
a7b254599b feat(入库订单): 删除入库订单校验 2025-03-04 15:20:10 +08:00
6c55e13113 依赖修复 2025-03-04 11:09:43 +08:00
3d82800c17 定时任务:发送任务给wcs。 2025-03-01 19:55:02 +08:00
1b83ecb362 空拖出库请求体添加出库站台 2025-02-28 08:52:10 +08:00
b82d89d214 添加任务完成时插入数据库库存的日志 2025-02-27 12:27:43 +08:00
eb2459bc91 修改入库完成逻辑 2025-02-27 10:32:37 +08:00
f7ba27dc2e 1、添加入库任务完成事件 2025-02-26 15:33:48 +08:00
21be3eed9e 代码更新:
回退一部分。
2025-01-20 14:37:48 +08:00
38baf12e7b 代码更新:
1. 增加定时器:任务解析与发送。
2025-01-20 09:45:43 +08:00
3b49880332 代码更新 2025-01-17 16:57:54 +08:00
RuoYi
3ef6000794 修改时间范围日期格式 2024-07-08 16:45:36 +08:00
RuoYi
66128f140f joblog order by 2024-03-11 09:42:15 +08:00
RuoYi
b224cebab7 防止高频率定时任务不执行问题 2023-11-28 12:35:04 +08:00
Nymph2333
af0e0a110e
newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance()
This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The Constructor.newInstance method avoids this problem by wrapping any exception thrown by the constructor in a (checked) InvocationTargetException.
The call
 clazz.newInstance()
can be replaced by
 clazz.getDeclaredConstructor().newInstance()
The latter sequence of calls is inferred to be able to throw the additional exception types InvocationTargetException and NoSuchMethodException. Both of these exception types are subclasses of ReflectiveOperationException.

Signed-off-by: Nymph2333 <498092988@qq.com>
2023-04-10 06:27:40 +00:00
RuoYi
5873da87ae 屏蔽定时任务bean违规的字符 2023-02-04 22:25:33 +08:00
Rain
a8b9485a29
根据调度编号获取详细信息参数名改正
Signed-off-by: Rain <938448486@qq.com>
2022-10-31 05:51:08 +00:00
RuoYi
ebb9f15a75 新增返回警告消息提示 2022-10-30 12:02:06 +08:00
捏造的信仰
a78b5b7b2a
修复执行任务时,若方法入口在任务的父类,则无法执行的问题
实际项目开发中,可能会为所有定时任务类建一个共同的父类,任务的执行入口在父类定义,以便管理。此时使用 `getDeclaredMethod()` 是无法从子类找到要执行的方法的,而是要换用 `getMethod()` 方法。

Signed-off-by: 捏造的信仰 <yiding.he@gmail.com>
2022-08-23 05:36:29 +00:00
RuoYi
250c5ba226 优化任务过期不执行调度 2022-07-29 20:28:59 +08:00