Commit 49191861b8e34404d4a3afa9fd90ad5a9be94001
1 parent
7f01d609
点击查看详情
Showing
1 changed file
with
1 additions
and
1 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/monitor/job/InventoryLevelAlarmTask.java
... | ... | @@ -65,7 +65,7 @@ public class InventoryLevelAlarmTask implements Job { |
65 | 65 | |
66 | 66 | List<String> list = alarmList.stream().map(InventoryLevelAlarm::toString).collect(Collectors.toList()); |
67 | 67 | String msg = String.join("\n", list); |
68 | - msg = msg + "<a href='/wms/index.html#/system/inventory/inventoryLevel'>库存水位详情</a>"; | |
68 | + msg = msg + "<a href='/wms/index.html#/system/inventory/inventoryLevel'>点击查看详情</a>"; | |
69 | 69 | // " <a href='/wms/index.html#/system/config/MaterialWarningList'>预警配置</a>"; |
70 | 70 | |
71 | 71 | List<SysUser> userList; |
... | ... |