Skip to content

Commit

Permalink
update: 顺手升级下代码生成器版本1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Feb 6, 2017
1 parent 0d05ac8 commit a55e08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>cn.enilu.tools</groupId>
<artifactId>nutzwk-code-generator</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/platform/sys/log/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h4 class="modal-title">删除</h4>
{
"render": function (data, type, row) {
if (data) {
return moment(parseInt(data*1000)).format("YYYY-MM-DD HH:mm:ss"); ;
return moment(parseInt(data*1000)).format("YYYY-MM-DD HH:mm:ss");
}
return '';
},
Expand Down

0 comments on commit a55e08b

Please sign in to comment.