opt:优化烘箱解警提示

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-02-13 15:13:41 +08:00
parent 76449d22b6
commit b62b1dabe9

View File

@@ -757,7 +757,7 @@ public class BakingServiceImpl implements BakingService {
rows.add(jo);
new WmsToAcsServiceImpl().action(rows);
JSONObject result = new JSONObject();
result.put("message", "操作成功");
result.put("message", "烘箱三色灯报警已关闭,请联系烘箱设备维护人员处理烘箱报警问题!");
return result;
}