@@ -729,7 +729,7 @@ where t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code and t1.isp
...
@@ -729,7 +729,7 @@ where t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code and t1.isp
/// </summary>
/// </summary>
publicstaticvoidSynchroTransferTransportType()
publicstaticvoidSynchroTransferTransportType()
{
{
vartask_name=$"SynchroTransferTransportType_v2";
vartask_name=$"SynchroTransferTransportType_v3";
varconn=MyMySqlConnection._connection;;
varconn=MyMySqlConnection._connection;;
// 查询最后一次成功抓取的记录
// 查询最后一次成功抓取的记录
varlast_task_synchro_log=conn.QuerySingleOrDefault<task_synchro_log>(" select * from task_synchro_log where task_name=@task_name and status=1 order by end_time desc limit 1 ",new{task_name=task_name});
varlast_task_synchro_log=conn.QuerySingleOrDefault<task_synchro_log>(" select * from task_synchro_log where task_name=@task_name and status=1 order by end_time desc limit 1 ",new{task_name=task_name});
...
@@ -761,6 +761,7 @@ where t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code and t1.isp
...
@@ -761,6 +761,7 @@ where t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code and t1.isp
where t2.hq_type not in ('国内仓') and t1.gmt_modified>=@btime and t1.gmt_modified <=@etime
where t2.hq_type not in ('国内仓') and t1.gmt_modified>=@btime and t1.gmt_modified <=@etime