|
@@ -21,7 +21,7 @@
|
|
'DFH',
|
|
'DFH',
|
|
'YFH',
|
|
'YFH',
|
|
'OVER')
|
|
'OVER')
|
|
- and os.create_time between #{startTime} and #{endTime} and os.company_wechat_id=#{companyWechatId}
|
|
|
|
|
|
+ and os.create_time between #{startTime} and #{endTime} and os.company_id=#{companyWechatId}
|
|
<if test="userId != null and userId !=''">
|
|
<if test="userId != null and userId !=''">
|
|
and od.share_user_id = #{userId}
|
|
and od.share_user_id = #{userId}
|
|
</if>
|
|
</if>
|