yumeng 1 tahun lalu
induk
melakukan
a73c0c290b

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

@@ -160,7 +160,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 kuaishou_item_collect_samples
+      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')
       and collect_sample_status  = 4
       and collect_sample_desc = '单号异常'