Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
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
管理员
jfV5portal
Commits
40406738
Commit
40406738
authored
Sep 06, 2018
by
罗绍泽
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/zhouwq' into develop
parents
0c1dd58d
122cca26
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
bgmkTab.js
WebContent/jwapp/pages/bgmk/js/bgmkTab.js
+1
-1
viewAction.java
src_jwapp/com/jw/app/bgmk/viewAction.java
+0
-10
bgmkDAO.xml
src_jwapp/com/jw/app/business/bgmk/bgmkDAO.xml
+2
-1
No files found.
WebContent/jwapp/pages/bgmk/js/bgmkTab.js
View file @
40406738
...
@@ -68,7 +68,7 @@ var is_column = [ [
...
@@ -68,7 +68,7 @@ var is_column = [ [
return
getCodeName
(
v_typequery_data
.
rowSet
,
value
);
return
getCodeName
(
v_typequery_data
.
rowSet
,
value
);
}
}
},
},
{
field
:
'CREAT
OR
_ID'
,
title
:
'创建人员'
,
width
:
100
,
align
:
'center'
},
{
field
:
'CREAT
E
_ID'
,
title
:
'创建人员'
,
width
:
100
,
align
:
'center'
},
{
field
:
'CREATE_TIME'
,
title
:
'创建时间'
,
width
:
100
,
align
:
'center'
}
{
field
:
'CREATE_TIME'
,
title
:
'创建时间'
,
width
:
100
,
align
:
'center'
}
]
];
]
];
//列表加载完成回调
//列表加载完成回调
...
...
src_jwapp/com/jw/app/bgmk/viewAction.java
View file @
40406738
...
@@ -8,18 +8,8 @@ import com.gaowj.business.util.RequestUtils;
...
@@ -8,18 +8,8 @@ import com.gaowj.business.util.RequestUtils;
public
class
viewAction
extends
BasicAction
{
public
class
viewAction
extends
BasicAction
{
/**
*
*/
private
static
final
long
serialVersionUID
=
847847227972540472L
;
private
static
final
long
serialVersionUID
=
847847227972540472L
;
/**
*
*/
public
String
bgmkTab
()
throws
BusinessException
{
public
String
bgmkTab
()
throws
BusinessException
{
return
"bgmkTab"
;
return
"bgmkTab"
;
}
}
...
...
src_jwapp/com/jw/app/business/bgmk/bgmkDAO.xml
View file @
40406738
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
</where>
</where>
</sql>
</sql>
<insert
id=
"insert_bgmk"
parameterType=
"map"
>
<insert
id=
"insert_bgmk"
parameterType=
"map"
>
insert into WORK_BG(
insert into WORK_BG(
<trim
prefix=
""
suffixOverrides=
","
>
<trim
prefix=
""
suffixOverrides=
","
>
...
@@ -100,7 +101,7 @@
...
@@ -100,7 +101,7 @@
<![CDATA[
<![CDATA[
select count(*) c from WORK_BG f where 1=1
select count(*) c from WORK_BG f where 1=1
]]>
]]>
<include
refid=
"where_
send
"
/>
<include
refid=
"where_
bg
"
/>
</select>
</select>
...
...
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