|
|
|
@ -205,7 +205,12 @@ public class EnTransportCompanyCarController { |
|
|
|
|
throw ErrorHelp.genException(SysCode.System, ErrorCode.ACCOUNT_LOGIN_NOT, ""); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map<String,Object> param = new HashMap<>(); |
|
|
|
|
if (sessionModel.getAccount().getObjectType().equals(SecUserObjectTypeEnum.type5.getCode())) { |
|
|
|
|
param.put("createUser" , sessionModel.getAccount().getId()); |
|
|
|
|
} |
|
|
|
|
param.put("carNo", carNo); |
|
|
|
|
param.put("contactInfo", contactInfo); |
|
|
|
|
param.put("transportId", transportId); |
|
|
|
|