Commit 9626ee76 authored by 刘凡's avatar 刘凡

优化:移装变更登记 提交并保存报错的bug

parent ace8d37e
......@@ -169,8 +169,8 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
throw new BadRequest("参数校验失败.");
}
CompanyBo company = reginParams.getCompany();
String sequenceNbr = (String) tableData.get("sequenceNbr");
String equId = (String) tableData.get("record");
String sequenceNbr = (String) map.get("sequenceNbr");
String equId = (String) map.get("equipId");
String receiveOrgCode = (String) tableData.get("receiveOrgCode");
String receiveOrgName = "";
String supervisoryCode = "";
......
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