|
@@ -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 >= select str_to_date(CONCAT(date_format(#{startDate}, '%Y-%m-%d'), '00:00:01'), '%Y-%m-%d %H:%i:%s')
|
|
|
+ where courier_number_time >= 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>
|