Commit 4f19bcab authored by duanruiming's avatar duanruiming

[update] 厂商路口查询

parent 1965b95d
......@@ -49,7 +49,8 @@ public class StaticInfoServiceImpl implements StaticInfoService {
crossInfoPOList = hkCrossInfoService.hkCrossBasicInfo();
} else {
// todo 其他厂商
Integer manufacturerId = manufacturerInfoMapper.selectIdByCode(crossInfoVO.getManufacturerCode());
crossInfoPOList = crossInfoMapper.selectByManufacturerId(manufacturerId);
}
//存储信号机信息
if (crossInfoPOList.size() == 0) {
......
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