Commit afa8cc05 authored by 鲁鑫's avatar 鲁鑫

新增资源字段bug修改

parent 1aaa78f9
......@@ -476,7 +476,7 @@
});
},
_updateField: function () {
_updateField: function (callBack) {
var opt = this.options, _self = this;
UICtrl.showAjaxDialog({
url: web_app.name + "/" + opt.updateFieldMenuAction,
......
......@@ -65,8 +65,8 @@
</update>
<update id="updateTableAddColumn">
alter table ${tableName} add column
<foreach collection="resourceFields" item="resourceField" separator=",">
alter table ${tableName} add
<foreach collection="resourceFields" item="resourceField" separator="," open="(" close=")">
<include refid="matchFieldType"/>
</foreach>
</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