* Fix bug for attend.

This commit is contained in:
朱金勇
2023-04-18 07:09:21 +00:00
parent a3648f0ec5
commit 1b024cd41b
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -341,6 +341,11 @@ CHANGE `editedBy` `editedBy` varchar(30) NOT NULL DEFAULT '',
CHANGE `editedDate` `editedDate` datetime NULL;
ALTER TABLE `zt_attend`
CHANGE `signIn` `signIn` time NULL,
CHANGE `signOut` `signOut` time NULL,
CHANGE `manualIn` `manualIn` time NULL,
CHANGE `manualOut` `manualOut` time NULL,
CHANGE `desc` `desc` text NULL,
CHANGE `reviewedBy` `reviewedBy` char(30) NULL DEFAULT '',
CHANGE `reviewedDate` `reviewedDate` datetime NULL;