Commit d7df902d authored by chenhao's avatar chenhao

提交维保管理代码中的错误

parent 3785721a
......@@ -643,7 +643,7 @@ public class MaintenanceCompanyServiceImpl
MaintenanceCompany maintenanceCompany = new MaintenanceCompany();
if (ValidationUtil.isEmpty(seq)) {
maintenanceCompany = getMaintenanceCompany(amosUserId);
seq = maintenanceCompany.getSequenceNbr();
seq = maintenanceCompany.getParentId();
}
// 机场单位列表基本信息
if (pageNum == -1 || pageSize == -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