Browse Source

商家端收入与订单量优化

liude 9 months ago
parent
commit
f0e76a2aec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vehicle-server/src/main/resources/mapper/OmsOrderMapper.xml

+ 1 - 1
vehicle-server/src/main/resources/mapper/OmsOrderMapper.xml

@@ -932,7 +932,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
         WHERE
             STATUS = '3'
             STATUS = '3'
             and merchant_id = #{merchantId}
             and merchant_id = #{merchantId}
-          AND DATE_FORMAT( payment_time, '%Y%m%d' ) = DATE_FORMAT(
+          AND DATE_FORMAT( receive_time, '%Y%m%d' ) = DATE_FORMAT(
                 now(),
                 now(),
                 '%Y%m%d')
                 '%Y%m%d')
     </select>
     </select>