‘linchangsheng’ 1 周之前
父節點
當前提交
f6754ac224
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/OrderShareRankMapper.xml

+ 1 - 1
src/main/resources/mapper/OrderShareRankMapper.xml

@@ -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>