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
edb25497
Commit
edb25497
authored
Sep 06, 2018
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志bug修复
parent
32495378
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
noticeTab.js
WebContent/jwapp/pages/notice/js/noticeTab.js
+1
-1
noticeTabDetail.jsp
WebContent/jwapp/pages/notice/noticeTabDetail.jsp
+2
-3
NoticeBusinessImpl.java
src_jwapp/com/jw/app/business/notice/NoticeBusinessImpl.java
+1
-1
No files found.
WebContent/jwapp/pages/notice/js/noticeTab.js
View file @
edb25497
...
...
@@ -142,8 +142,8 @@ function editRow(index) {
//加载修改子页面成功后的回调
function
updateUrlOnloadCallback
(
is_row
){
getbaidu
(
'TEXT'
);
$
(
"#inputForm"
).
form
(
'load'
,
get_FIELD
(
is_row
));
getbaidu
(
'TEXT'
,
is_row
.
TEXT
);
}
//保存
function
updateData
(
is_entity
){
...
...
WebContent/jwapp/pages/notice/noticeTabDetail.jsp
View file @
edb25497
...
...
@@ -15,9 +15,8 @@
<td style="width: 15%;" class="tableStyleLable"><span>正文:</span>
</td>
<td style="width: 85%">
<script id="TEXT" name="FIELD_TEXT" type="text/plain">
</script>
<div id="TEXT" name="FIELD_TEXT">
</div>
</td>
</tr>
<tr>
...
...
src_jwapp/com/jw/app/business/notice/NoticeBusinessImpl.java
View file @
edb25497
...
...
@@ -78,7 +78,7 @@ public class NoticeBusinessImpl implements NoticeBusiness {
noticeDAO
.
insert_notice
(
info
);
}
else
{
// 表示更新
info
.
put
(
"UPDATE_
USER
"
,
SessionUtil
.
getEmid
());
info
.
put
(
"UPDATE_
ID
"
,
SessionUtil
.
getEmid
());
info
.
put
(
"UPDATE_TIME"
,
new
Date
());
// 防止修改记录的所属人
info
.
remove
(
"USER_ID"
);
...
...
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