用户编辑设置生日,保存失败

pull/1207/merge
JEECG 2024-04-26 13:31:51 +08:00
parent 02c3bb830c
commit 19d1e0ddbc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { isObject, isString } from '/@/utils/is';
import dayjs from "dayjs";
const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm';
const DATE_TIME_FORMAT = 'YYYY-MM-DD HH:mm:ss';
export function joinTimestamp<T extends boolean>(join: boolean, restful: T): T extends true ? string : object;