yumeng 1 vuosi sitten
vanhempi
commit
7aa547338a

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/mapper/xml/KuaishouSupplyChainMapper.xml

@@ -161,7 +161,7 @@ group by t1.promoter_id;
     </select>
     <select id="getSamplesData" resultType="com.alibaba.fastjson.JSONObject" parameterType="java.lang.String">
       select  id,courier_number as 'courierNumber',company_code as 'companyCode' from ruixuan.kuaishou_item_collect_samples
-      where courier_number_time  &gt;= select str_to_date(CONCAT(date_format(#{startDate}, '%Y-%m-%d'), '00:00:01'), '%Y-%m-%d %H:%i:%s')
+      where courier_number_time  &gt;=  str_to_date(CONCAT(date_format(#{startDate}, '%Y-%m-%d'), '00:00:01'), '%Y-%m-%d %H:%i:%s')
       and collect_sample_status  = 4
       and collect_sample_desc = '单号异常'
     </select>