|
|
@@ -521,7 +521,7 @@ public class AmqpClient1 {
|
|
|
}
|
|
|
|
|
|
public static void aliyunTranslate(JSONObject items) {
|
|
|
- items.put("networkType", 1);//4G
|
|
|
+ //items.put("networkType", 1);//4G
|
|
|
items.put("electricity", items.get("electricQuantity"));
|
|
|
items.put("infusionId", items.get("classification"));
|
|
|
items.put("ultimateDose", items.get("maxDose"));
|