feat(config): update database and Redis configurations
- Changed MySQL datasource URL from 47.121.133.163:3308 to 8.134.169.209:13306 - Updated database username from 'mp' to 'modules' - Updated database password - Changed Redis host from IP address to 1Panel-redis-Q1LE - Updated Redis port from 16379 to 6379 feat(core): replace web
This commit is contained in:
@@ -76,12 +76,12 @@ public User getByIdIgnoreTenant(Integer userId) {
|
||||
c.dict_data_name sex_name,
|
||||
e.tenant_name,
|
||||
h.dealer_id
|
||||
FROM gxwebsoft_core.sys_user a
|
||||
FROM gxgxwebsoft_core.sys_user a
|
||||
LEFT JOIN (
|
||||
<include refid="selectSexDictSql"/>
|
||||
) c ON a.sex = c.dict_data_code
|
||||
LEFT JOIN gxwebsoft_core.sys_tenant e ON a.tenant_id = e.tenant_id
|
||||
LEFT JOIN gxwebsoft_core.sys_user_referee h ON a.user_id = h.user_id and h.deleted = 0
|
||||
LEFT JOIN gxgxwebsoft_core.sys_tenant e ON a.tenant_id = e.tenant_id
|
||||
LEFT JOIN gxgxwebsoft_core.sys_user_referee h ON a.user_id = h.user_id and h.deleted = 0
|
||||
WHERE a.user_id = #{userId}
|
||||
AND a.deleted = 0
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user