|
@@ -54,6 +54,7 @@ public class GatewayController {
|
|
|
gateway.setLocationId(gateWayAddParam.getLocationId());
|
|
|
gateway.setType(gateWayAddParam.getType());
|
|
|
gateway.setFarmId(gateWayAddParam.getFarmId());
|
|
|
+ gateway.setTerminalNum(gateWayAddParam.getTerminalNum());
|
|
|
gatewayService.save(gateway);
|
|
|
|
|
|
List terminalList = new ArrayList();
|