日期类型调整为date

This commit is contained in:
MaxKey
2024-05-04 07:28:36 +08:00
parent 9ff95bf74a
commit ce09413c79
37 changed files with 425 additions and 355 deletions

View File

@@ -319,7 +319,7 @@ public class UserInfoController {
public UserInfo buildUserFromSheetRow(Row row,UserInfo currentUser) {
UserInfo userInfo = new UserInfo();
userInfo.setCreatedDate(DateUtils.formatDateTime(new Date()));
userInfo.setCreatedDate(new Date());
// 登录账号
userInfo.setUsername(ExcelUtils.getValue(row, 0));
// 密码