|
@@ -868,8 +868,6 @@ public class TAdminController {
|
|
}
|
|
}
|
|
if (StringUtils.isNotEmpty(admin.getTimeZone())) {
|
|
if (StringUtils.isNotEmpty(admin.getTimeZone())) {
|
|
oldAdmin.setTimeZone(admin.getTimeZone());
|
|
oldAdmin.setTimeZone(admin.getTimeZone());
|
|
- } else {
|
|
|
|
- oldAdmin.setTimeZone("Asia/Shanghai");
|
|
|
|
}
|
|
}
|
|
if (admin.getApplyStartTime() != null) {
|
|
if (admin.getApplyStartTime() != null) {
|
|
oldAdmin.setApplyStartTime(admin.getApplyStartTime());
|
|
oldAdmin.setApplyStartTime(admin.getApplyStartTime());
|