Browse Source

修改

上海闵中
liup 4 months ago
parent
commit
af271c60f7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      app/src/main/java/com/bonait/bnframework/newui/http/UpdateAllDataService.java
  2. +1
    -1
      app/src/main/java/com/bonait/bnframework/newui/http/UpdateDataService.java

+ 1
- 1
app/src/main/java/com/bonait/bnframework/newui/http/UpdateAllDataService.java View File

@@ -502,7 +502,7 @@ public class UpdateAllDataService {
goodsProcessDetail.goodsId = goods.id;
goodsProcessDetail.deviceId = goodClassify.type==0?ConfigName.getInstance().DeviceAutoKey2:ConfigName.getInstance().DeviceAutoKey;
goodsProcessDetail.goodsName = goods.name;
goodsProcessDetail.deviceName = "中大型炒锅500";
goodsProcessDetail.deviceName = "上海闵中";
goodsProcessDetail.warehousrTemplateId = "";
goodsProcessDetail.warehousrTemplateName = "";
List<GoodsProcessDetail.TechnologyActionList> technologyActionLists = new ArrayList<>();


+ 1
- 1
app/src/main/java/com/bonait/bnframework/newui/http/UpdateDataService.java View File

@@ -575,7 +575,7 @@ public class UpdateDataService {
goodsProcessDetail.goodsId = goodsId;
goodsProcessDetail.deviceId = goodClassify.type==0?ConfigName.getInstance().DeviceAutoKey2:ConfigName.getInstance().DeviceAutoKey;
goodsProcessDetail.goodsName = goods.name;
goodsProcessDetail.deviceName = "中大型炒锅500";
goodsProcessDetail.deviceName = "上海闵中";
goodsProcessDetail.warehousrTemplateId = "";
goodsProcessDetail.warehousrTemplateName = "";
List<GoodsProcessDetail.TechnologyActionList> technologyActionLists = new ArrayList<>();


Loading…
Cancel
Save