|
|
@@ -382,7 +382,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
ucu.company_id,
|
|
|
ucu.project_id,
|
|
|
fs_user.integral,
|
|
|
- if(fs_user.pay_count>0,1,0) as isBuy
|
|
|
+ if(fs_user.pay_count>0,1,0) as isBuy,
|
|
|
+ case when fs_user.app_open_id is not null then 1 else 0 end as isAppUser
|
|
|
FROM
|
|
|
fs_user
|
|
|
left join fs_user_company_user ucu on ucu.user_id = fs_user.user_id
|