-
Notifications
You must be signed in to change notification settings - Fork 3
Home
牵牛 edited this page Jun 20, 2018
·
11 revisions
增加对导出条件的支持,提供WHERE条件导出,WHERE条件可以是AND开头也可以没有AND 同时请执行4个sql后重启后端服务 update sys_appbuttons s set s.actcode='exportexcel' where s.actcode='export'; update sys_appbuttons s set s.actcode='importexcel' where s.actcode='import'; update SYS_INTERFACE set REQTYPE='IMPORTEXCEL' WHERE REQTYPE='IMPORT'; update SYS_INTERFACE set REQTYPE='EXPORTEXCEL' WHERE REQTYPE='EXPORT';
2018-06-15 3.2.0版本发布说明
修复后端C_USER表名异常,涉及密码重置;增加默认按钮的图标及授权许可
2018-05-30 3.1.0版本发布说明
新增对日期的支持,修复新增返回信息,修复修改接口的传参