Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
鲁鑫
topsun-bpm
Commits
afa8cc05
Commit
afa8cc05
authored
Nov 20, 2023
by
鲁鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增资源字段bug修改
parent
1aaa78f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
jquery.commonTree.js
huigou-xt/src/main/webapp/lib/jquery/jquery.commonTree.js
+1
-1
ResourceFiledMapper.xml
...ces/config/topsun/mapper/resource/ResourceFiledMapper.xml
+2
-2
No files found.
huigou-xt/src/main/webapp/lib/jquery/jquery.commonTree.js
View file @
afa8cc05
...
...
@@ -476,7 +476,7 @@
});
},
_updateField
:
function
()
{
_updateField
:
function
(
callBack
)
{
var
opt
=
this
.
options
,
_self
=
this
;
UICtrl
.
showAjaxDialog
({
url
:
web_app
.
name
+
"/"
+
opt
.
updateFieldMenuAction
,
...
...
topsun/src/main/resources/config/topsun/mapper/resource/ResourceFiledMapper.xml
View file @
afa8cc05
...
...
@@ -65,8 +65,8 @@
</update>
<update
id=
"updateTableAddColumn"
>
alter table ${tableName} add
column
<foreach
collection=
"resourceFields"
item=
"resourceField"
separator=
","
>
alter table ${tableName} add
<foreach
collection=
"resourceFields"
item=
"resourceField"
separator=
","
open=
"("
close=
")"
>
<include
refid=
"matchFieldType"
/>
</foreach>
</update>
...
...
Write
Preview
Markdown
is supported
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