Browse Source

2025-04-15

master
qiezi 9 months ago
parent
commit
4ab28a07a4
  1. 2
      src/views/modules/common/ChooseUser.vue

2
src/views/modules/common/ChooseUser.vue

@ -176,7 +176,7 @@ export default {
let sql = `select a.username,a.user_display userDisplay,b.site,b.bu_no as buNo from sys_user a inner join AccessBu b on a.username=b.username and b.bu_no = '${this.conSql}' inner join AccessRole c on a.username = c.username and c.role_no = '${this.roleId?this.roleId:''}' where `
sql += " b.site = '" + this.site + "'"
sql += " c.site = '" + this.site + "'"
sql += " and c.site = '" + this.site + "'"
if (bool) {
sql += " and (a.username like '%" + this.param + "%' OR a.user_display like '%" + this.param + "%'" +" ) "
}

Loading…
Cancel
Save