Commit afa8cc05 authored by 鲁鑫's avatar 鲁鑫

新增资源字段bug修改

parent 1aaa78f9
...@@ -476,7 +476,7 @@ ...@@ -476,7 +476,7 @@
}); });
}, },
_updateField: function () { _updateField: function (callBack) {
var opt = this.options, _self = this; var opt = this.options, _self = this;
UICtrl.showAjaxDialog({ UICtrl.showAjaxDialog({
url: web_app.name + "/" + opt.updateFieldMenuAction, url: web_app.name + "/" + opt.updateFieldMenuAction,
......
...@@ -65,8 +65,8 @@ ...@@ -65,8 +65,8 @@
</update> </update>
<update id="updateTableAddColumn"> <update id="updateTableAddColumn">
alter table ${tableName} add column alter table ${tableName} add
<foreach collection="resourceFields" item="resourceField" separator=","> <foreach collection="resourceFields" item="resourceField" separator="," open="(" close=")">
<include refid="matchFieldType"/> <include refid="matchFieldType"/>
</foreach> </foreach>
</update> </update>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment