Commit 4d57acc7 zshaohui

日志打印

1 个父辈 168bdb36
......@@ -249,7 +249,7 @@ public class InventecLightController {
String cid = storage.getCid();
String opKey = "lightHouseOpenOrClose";
String opValue = opName+"="+side+"="+smfColor;
log.info(cid + "对应的key为:" + opKey + "value为:" + opValue);
DevicesStatusUtil.clearOp(cid, opKey, opValue);
DevicesStatusUtil.appendOp(cid, opKey, opValue);
return ResultBean.newOkResult("");
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!