Răsfoiți Sursa

fix:减少ibps_party_employee的查询列项

liujiayin 2 ani în urmă
părinte
comite
50126283b0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 = []