提交 15282ef2 编写于 作者: ibizdev's avatar ibizdev

zhujiamin 发布系统代码 [TrainSys,网页端]

上级 1cbd276c
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</changeSet> </changeSet>
<!--输出实体[BOOK]数据结构 --> <!--输出实体[BOOK]数据结构 -->
<changeSet author="root" id="tab-book-169-3"> <changeSet author="root" id="tab-book-170-3">
<createTable tableName="T_BOOK"> <createTable tableName="T_BOOK">
<column name="BOOKNAME" remarks="" type="VARCHAR(200)"> <column name="BOOKNAME" remarks="" type="VARCHAR(200)">
</column> </column>
......
...@@ -539,10 +539,10 @@ ...@@ -539,10 +539,10 @@
"accept" : "image/*", "accept" : "image/*",
"MAXFILECNT" : "", "MAXFILECNT" : "",
"MINFILECNT" : "", "MINFILECNT" : "",
"exportparams" : "{test1:%field16%,test2:%field17%}", "exportparams" : "{'test1':'%field16%','test2':'%field17%'}",
"FILEEXTS" : "", "FILEEXTS" : "",
"MAXFILESIZE" : "", "MAXFILESIZE" : "",
"uploadparams" : "{test1:%field16%,test2:%field17%} ", "uploadparams" : "{'test1':'%field16%','test2':'%field17%'} ",
"multiple" : "true" "multiple" : "true"
}, },
"editorType" : "FILEUPLOADER", "editorType" : "FILEUPLOADER",
......
...@@ -660,10 +660,10 @@ ...@@ -660,10 +660,10 @@
"accept" : "image/*", "accept" : "image/*",
"MAXFILECNT" : "", "MAXFILECNT" : "",
"MINFILECNT" : "", "MINFILECNT" : "",
"exportparams" : "{test1:%field16%,test2:%field17%}", "exportparams" : "{'test1':'%field16%','test2':'%field17%'}",
"FILEEXTS" : "", "FILEEXTS" : "",
"MAXFILESIZE" : "", "MAXFILESIZE" : "",
"uploadparams" : "{test1:%field16%,test2:%field17%} ", "uploadparams" : "{'test1':'%field16%','test2':'%field17%'} ",
"multiple" : "true" "multiple" : "true"
}, },
"editorType" : "FILEUPLOADER", "editorType" : "FILEUPLOADER",
......
...@@ -4367,10 +4367,10 @@ ...@@ -4367,10 +4367,10 @@
"accept" : "image/*", "accept" : "image/*",
"MAXFILECNT" : "", "MAXFILECNT" : "",
"MINFILECNT" : "", "MINFILECNT" : "",
"exportparams" : "{test1:%field16%,test2:%field17%}", "exportparams" : "{'test1':'%field16%','test2':'%field17%'}",
"FILEEXTS" : "", "FILEEXTS" : "",
"MAXFILESIZE" : "", "MAXFILESIZE" : "",
"uploadparams" : "{test1:%field16%,test2:%field17%} ", "uploadparams" : "{'test1':'%field16%','test2':'%field17%'} ",
"multiple" : "true" "multiple" : "true"
}, },
"editorType" : "FILEUPLOADER", "editorType" : "FILEUPLOADER",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册