瀏覽代碼

fix:减少ibps_party_employee的查询列项

liujiayin 2 年之前
父節點
當前提交
50126283b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/platform/org/role/user-list.vue

+ 1 - 1
src/views/platform/org/role/user-list.vue

@@ -252,7 +252,7 @@ export default {
         handleUpemployee (type, ids) {
             const tableName = 'ibps_party_employee'
             // 更新ibps_party_employee里job_信息
-            const sql = `select *from ${tableName} where find_in_set(id_,'${ids}')`
+            const sql = `select ID_,JOB_ from ${tableName} where find_in_set(id_,'${ids}')`
             this.$common.request('sql', sql).then((res) => {
                 const resDatas = res.variables.data
                 const updListDatas = []