This website requires JavaScript.
Explore
Help
Register
Sign In
mkm
/
dev_oa
Watch
1
Star
0
Fork
0
You've already forked dev_oa
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dev_oa
/
app
/
user
/
controller
History
hdm
986a61a0b1
部门增加排序该功能:越大越靠前',升级时需要更新sql语句:ALTER TABLE
oa_department
ADD COLUMN
sort
int(11) NOT NULL DEFAULT 0 COMMENT '排序:越大越靠前' AFTER
remark
;
2022-10-20 08:51:07 +08:00
..
Department.php
部门增加排序该功能:越大越靠前',升级时需要更新sql语句:ALTER TABLE
oa_department
ADD COLUMN
sort
int(11) NOT NULL DEFAULT 0 COMMENT '排序:越大越靠前' AFTER
remark
;
2022-10-20 08:51:07 +08:00
Personal.php
page_size读取不到的问题修复
2022-09-06 22:09:17 +08:00
Position.php
page_size读取不到的问题修复
2022-09-06 22:09:17 +08:00
User.php
page_size读取不到的问题修复
2022-09-06 22:09:17 +08:00