|
|
@@ -35,6 +35,8 @@ public class AddMachineSMOImpl extends AbstractComponentSMO implements IAddMachi
|
|
|
Assert.hasKeyAndValue(paramIn, "machineName", "必填,请填写设备名称");
|
|
|
Assert.hasKeyAndValue(paramIn, "machineTypeCd", "必填,请选择设备类型");
|
|
|
Assert.hasKeyAndValue(paramIn, "authCode", "必填,请填写鉴权编码");
|
|
|
+ Assert.hasKeyAndValue(paramIn, "locationTypeCd", "必填,请选择位置类型");
|
|
|
+ Assert.hasKeyAndValue(paramIn, "locationObjId", "必填,请填写位置对象ID");
|
|
|
|
|
|
|
|
|
super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.AGENT_HAS_LIST_MACHINE);
|