Commit 20af43cb authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent 6c8fd40d
...@@ -916,7 +916,8 @@ public class DeviceApiController { ...@@ -916,7 +916,8 @@ public class DeviceApiController {
deviceAdd(req); deviceAdd(req);
break; break;
case UPDATE: case UPDATE:
deviceUpdate(req); //deviceUpdate(req);
log.info("【设备更新】暂不支持!");
break; break;
case DEL: case DEL:
deviceDel(req); deviceDel(req);
...@@ -1018,7 +1019,7 @@ public class DeviceApiController { ...@@ -1018,7 +1019,7 @@ public class DeviceApiController {
deviceEntity.setSiteId(req.getSiteId()); deviceEntity.setSiteId(req.getSiteId());
deviceEntity.setSiteCode(req.getSiteCode()); deviceEntity.setSiteCode(req.getSiteCode());
deviceEntity.setSiteName(req.getSiteName()); deviceEntity.setSiteName(req.getSiteName());
// deviceEntity.setPlatformId(platformEntity.getId()); deviceEntity.setPlatformId(platformEntity.getId());
//deviceEntity.setPlatformName(platformEntity.getPlatformName()); //deviceEntity.setPlatformName(platformEntity.getPlatformName());
// deviceEntity.setProductId(productEntity.getId()); // deviceEntity.setProductId(productEntity.getId());
//deviceEntity.setProductCode(productEntity.getProductCode()); //deviceEntity.setProductCode(productEntity.getProductCode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment