Commit e4c0d633 authored by 赵啸非's avatar 赵啸非

添加更新基础区域

parent 5ee2f63b
......@@ -35,7 +35,8 @@ public class DeclareVo extends BaseEntityLong {
/** 结束 创建时间 */
private transient String createTimeEnd;
private transient String phone;
private String phone;
/**
* 代办人idList
......
......@@ -81,9 +81,7 @@ public class DeclareServiceImpl extends AbstractCRUDServiceImpl<DeclareDao, Decl
@Override
protected void findAfter(DeclareEntity params, Context context, List<DeclareEntity> list) throws AppException {
updateUserPhone(list);
fillSubData(list);
super.findAfter(params, context, list);
}
......
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