Commit 234f2e1e authored by 刘林's avatar 刘林

fix(jg):历史设备添加联想,使用单位

parent d7b288c9
......@@ -279,7 +279,7 @@ public class JgChangeVehicleRegistrationUnitServiceImpl extends BaseService<JgCh
(Page<JgChangeVehicleRegistrationUnit> page, JgChangeVehicleRegistrationUnitDto dto, String type, ReginParams
reginParams) {
String orgCode = reginParams.getCompany().getCompanyCode();
String reslut = "";
String reslut = orgCode;
if (orgCode.contains("_")) {
String[] parts = orgCode.split("_");
reslut = parts[1];
......
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