Commit a33ac80f by huluobin

# 更新

parent c05a353b
......@@ -1378,7 +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.warehouse_code = 'GB4PXBL'
and t1.id % #{shardingContext.shardingTotalCount} = #{shardingContext.shardingItem}
</select>
......@@ -1389,7 +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'
# and t1.warehouse_code = 'GB4PXBL'
order by t1.id
# desc
limit #{pageStart}, #{pageOffset};
......
......@@ -13,9 +13,9 @@ NAME_SPACE=data-center
#JOB_NAME_WEEK=show-auto-turnover-week
#JOB_NAME_WEEK=0 0 10 ? * MON
JOB_NAME=show-auto-turnover56
#JOB_CRON=0 0 3 * * ?
JOB_CRON=0 36 17 * * ?
JOB_NAME=show-auto-turnover57
JOB_CRON=0 0 3 * * ?
#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