mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 修复 代码生成表字段类型不匹配 导致查询不准确问题
This commit is contained in:
@ -8,3 +8,5 @@ update sys_oss_config set endpoint = 'oss-cn-beijing.aliyuncs.com' where oss_con
|
||||
update sys_oss_config set endpoint = 'cos.ap-beijing.myqcloud.com' where oss_config_id = 4;
|
||||
|
||||
insert into sys_oss_config values (5, 'image', 'ruoyi', 'ruoyi123', 'ruoyi', 'image', '127.0.0.1:9000', 'N', '', '1', '', NULL, 'admin', sysdate, 'admin', sysdate, '');
|
||||
|
||||
ALTER TABLE "GEN_TABLE_COLUMN" MODIFY ("TABLE_ID" NUMBER(20,0));
|
||||
|
Reference in New Issue
Block a user