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