|
@@ -108,7 +108,7 @@
|
|
|
bpl.production_line_name
|
|
|
from user_info ui
|
|
|
inner JOIN user_role_detail urd ON ui.role_code = urd.role_code
|
|
|
- LEFT JOIN brewery_production_line bpl ON ui.id = bpl.user_name
|
|
|
+ LEFT JOIN brewery_production_line bpl ON ui.id = bpl.user_id
|
|
|
WHERE ui.factory_id = #{factoryId}
|
|
|
and ui.is_enable = 1 and ui.is_delete = 0
|
|
|
and urd.is_activate_mini_app_main_account = 0
|
|
@@ -128,7 +128,7 @@
|
|
|
bpl.production_line_name
|
|
|
from user_info ui
|
|
|
inner JOIN user_role_detail urd ON ui.role_code = urd.role_code
|
|
|
- LEFT JOIN brewery_production_line bpl ON ui.id = bpl.user_name
|
|
|
+ LEFT JOIN brewery_production_line bpl ON ui.id = bpl.user_id
|
|
|
WHERE ui.id = #{userId}
|
|
|
</select>
|
|
|
</mapper>
|