仓库迁移
This commit is contained in:
parent
ce3a93b935
commit
fcbb0188c1
|
|
@ -149,7 +149,7 @@ public class TbUserSingleAppController {
|
||||||
.orderByDesc(TbUserSingle::getStatus)
|
.orderByDesc(TbUserSingle::getStatus)
|
||||||
.list();
|
.list();
|
||||||
list.forEach(model->{
|
list.forEach(model->{
|
||||||
//填充年纪
|
//填充年纪-
|
||||||
if(model.getBirthday() != null){
|
if(model.getBirthday() != null){
|
||||||
model.setAge(DateUtil.ageOfNow(model.getBirthday()));
|
model.setAge(DateUtil.ageOfNow(model.getBirthday()));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue