|
|
|
@@ -364,7 +364,7 @@ SELECT |
|
|
|
max(case when status=2 and is_shift=1 then created_at else 0 end) as shiftTime |
|
|
|
from user_login_record |
|
|
|
where org_id = #{orgId} and created_at > #{createBegin} and created_at <= #{createEnd} |
|
|
|
<if test="customerNumber != null"> and username = #{customerNumber}</if> |
|
|
|
<if test="customerNumber != null and customerNumber != '' "> and username = #{customerNumber}</if> |
|
|
|
<if test="shopId != null"> and shop_id = #{shopId}</if> |
|
|
|
GROUP BY username) as a |
|
|
|
where shiftTime > 0 |
|
|
|
|