Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
d2151c38
Commit
d2151c38
authored
Feb 22, 2019
by
sunxin
Browse files
添加mysql和SQLServer的升级SQL文件和4.7.0文件
parent
584168ba
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
doc/4.6.5-to-4.7.0-sqlserver.sql
0 → 100644
View file @
d2151c38
This diff is collapsed.
Click to expand it.
doc/db-mcms-mysql-4.7.0.sql
View file @
d2151c38
This diff is collapsed.
Click to expand it.
doc/db-mcms-sqlserver-4.7.0.sql
0 → 100644
View file @
d2151c38
This diff is collapsed.
Click to expand it.
doc/db-mcms-mysql-4.6.5.sql
→
doc/
历史/
db-mcms-mysql-4.6.5.sql
View file @
d2151c38
File moved
doc/db-mcms-oracle-4.6.5.sql
→
doc/
历史/
db-mcms-oracle-4.6.5.sql
View file @
d2151c38
File moved
doc/db-mcms-sqlserver-4.6.5.sql
→
doc/
历史/
db-mcms-sqlserver-4.6.5.sql
View file @
d2151c38
File moved
src/main/webapp/WEB-INF/manager/cms/generate/index.ftl
View file @
d2151c38
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
$(function()
{
$(function()
{
var
URL
=
"${managerPath}/template/queryTemplateFileForColumn.do"
;
var
URL
=
"${managerPath}/template/queryTemplateFileForColumn.do"
;
var
DATA
=
""
;
var
DATA
=
""
;
$
(
this
)
.request
({
url
:
URL
,
data
:
DATA
,
type
:
"json"
,
method
:
"
ge
t"
,
func
:
function
(
msg
)
{
$
(
this
)
.request
({
url
:
URL
,
data
:
DATA
,
type
:
"json"
,
method
:
"
pos
t"
,
func
:
function
(
msg
)
{
if
(
msg
.length
==
0
){
if
(
msg
.length
==
0
){
$
(
"#select_id"
)
.append
(
"<option value='' >暂无文件</option>"
)
$
(
"#select_id"
)
.append
(
"<option value='' >暂无文件</option>"
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment