粉丝表添加父节点的信息
This commit is contained in:
@@ -387,6 +387,15 @@ public class LbFanManagementServiceImpl
|
||||
if (entity.getMobile() != null) {
|
||||
entity.setMobile(entity.getMobile().trim());
|
||||
}
|
||||
if (entity.getPName() != null) {
|
||||
entity.setPName(entity.getPName().trim());
|
||||
}
|
||||
if (entity.getPPhone() != null) {
|
||||
entity.setPPhone(entity.getPPhone().trim());
|
||||
}
|
||||
if (entity.getToken() != null) {
|
||||
entity.setToken(entity.getToken().trim());
|
||||
}
|
||||
}
|
||||
|
||||
private LocalDateTime parseDateTime(String text) {
|
||||
|
||||
Reference in New Issue
Block a user