Commit c05a353b by huluobin

# 更新

parent aa178470
......@@ -1378,6 +1378,7 @@
on t1.bailun_sku = t2.bailun_sku and t1.warehouse_code = t2.warehouse_code
where (t2.`status` = 0
or t2.`status` is null)
and t1.warehouse_code = 'GB4PXBL'
and t1.id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
</select>
......@@ -1388,6 +1389,7 @@
on t1.bailun_sku = t2.bailun_sku and t1.warehouse_code = t2.warehouse_code
where (t2.`status` = 0 or t2.`status` is null)
and t1.id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
and t1.warehouse_code = 'GB4PXBL'
order by t1.id
# desc
limit #{pageStart}, #{pageOffset};
......
......@@ -15,7 +15,7 @@ NAME_SPACE=data-center
JOB_NAME=show-auto-turnover56
#JOB_CRON=0 0 3 * * ?
JOB_CRON=0 32 17 * * ?
JOB_CRON=0 36 17 * * ?
SHARDING_TOTAL_COUNT=8
JOB_NAME_NE_NORMAL=show-auto-turnover-ne-normal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment