@@ -21,7 +21,7 @@
'DFH',
'YFH',
'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 !=''">
and od.share_user_id = #{userId}
</if>