admin
2019-08-08 e2b90ab5fa5c12d945751a08b97e252ce68341fd
fanli/src/main/java/com/yeshi/fanli/mapping/order/CommonOrderCountMapper.xml
@@ -50,7 +50,7 @@
   <select id="countOrderNumber" resultType="java.util.HashMap">
      SELECT IFNULL(COUNT(t.`co_id`),0) AS showValue,<include refid="Column_DateType"/>
      FROM `yeshi_ec_common_order` t 
      WHERE t.`co_third_create_time` IS NOT NULL <include refid="Count_Select_DateType"/>
      WHERE t.co_source_type=#{sourceType} and t.`co_third_create_time` IS NOT NULL <include refid="Count_Select_DateType"/>
      <include refid="Count_Group_DateType"/>
      ORDER BY t.`co_third_create_time`
   </select>