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

添加巴中经开区windows shell

parent 6c8fd40d
......@@ -916,7 +916,8 @@ public class DeviceApiController {
deviceAdd(req);
break;
case UPDATE:
deviceUpdate(req);
//deviceUpdate(req);
log.info("【设备更新】暂不支持!");
break;
case DEL:
deviceDel(req);
......@@ -1018,7 +1019,7 @@ public class DeviceApiController {
deviceEntity.setSiteId(req.getSiteId());
deviceEntity.setSiteCode(req.getSiteCode());
deviceEntity.setSiteName(req.getSiteName());
// deviceEntity.setPlatformId(platformEntity.getId());
deviceEntity.setPlatformId(platformEntity.getId());
//deviceEntity.setPlatformName(platformEntity.getPlatformName());
// deviceEntity.setProductId(productEntity.getId());
//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