|
|
@@ -14,7 +14,7 @@
|
|
|
FROM local_app_user as lau
|
|
|
LEFT JOIN local_ordinary_user_process loup ON lau.ordinary_user_id = loup.ordinary_user_id
|
|
|
<where>
|
|
|
- lau.user_type = 1 and lau.del_flag = 0 and lau.is_formal is not null
|
|
|
+ lau.user_type = 1 and lau.del_flag = 0
|
|
|
<if test="localAppUserDto.startDate != null and localAppUserDto.endDate != null">
|
|
|
AND date_format(lau.create_time,'%Y-%m-%d')
|
|
|
BETWEEN
|