Commit cec9b1a6 authored by hanbing's avatar hanbing

系统管理-设备管理-信号机管理,更改厂商字段名

parent f8481957
......@@ -41,7 +41,7 @@ public class CrossInfoServiceImpl implements CrossInfoService {
String crossName = crossInfoListInVO.getCrossName();
String manufacturerNick = crossInfoListInVO.getManufacturerName();
String manufacturerNick = crossInfoListInVO.getManufacturerNick();
Integer manufacturerId = null;
if (manufacturerNick != null) {
manufacturerId = manufacturerInfoMapper.selectIdByNick(manufacturerNick);
......
......@@ -18,5 +18,5 @@ public class CrossInfoListInVO {
@ApiModelProperty( value = "路口名称")
String crossName;
@ApiModelProperty( value = "信号机厂商")
String manufacturerName;
String manufacturerNick;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment