Commit dba93c75 by 丁伟

1、修复再次注册信息共享首次注册信息中的省、市、区信息。

parent 63f4c141
......@@ -195,6 +195,10 @@ public class RegisterService {
n_info.setDcNumber(r_info.getDcNumber());
n_info.setPhone(r_info.getPhone());
n_info.setSubmitTime(s_info.getSubmitTime());
n_info.setProvince(r_info.getProvince());
n_info.setChengshi(r_info.getChengshi());
n_info.setDistrict(r_info.getDistrict());
n_info.setInvoiceInfo(r_info.getInvoiceInfo());
registerInfos.add(n_info);
}
}
......
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