Commit 5646e144 authored by 韩桐桐's avatar 韩桐桐

fix(jg):移装告知附件

parent 20c0fcdf
......@@ -575,7 +575,7 @@ public class JgTransferNoticeServiceImpl extends BaseService<JgTransferNoticeDto
model.setPowerOfAttorney(JSON.toJSONString(model.getPowerOfAttorneyList()));
}
if (!ValidationUtil.isEmpty(model.getOtherAccessories())) {
model.setOtherAccessories(JSON.toJSONString(model.getOtherAccessories()));
model.setOtherAccessories(model.getOtherAccessories());
}
// 分割省市区字段
String province = model.getProvince();
......
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