Commit 10a71313 by yinyong

测试

parent 262b4423
......@@ -866,7 +866,7 @@ public class AutoTurnoverJob extends PointJob {
*/
private Integer getBailunCatagoryId(DcBaseSku turnoverSku) throws Exception {
Integer bailunFirstLevelCatagoryId = null;
String parentCategories = null;
/*String parentCategories = null;
if (turnoverSku != null && turnoverSku.getBailunCategoryId() != null) {
parentCategories = skuMSRequest(turnoverSku.getBailunCategoryId());
List<CatagoryDTO> catagoryDTOS = JSON.parseObject(parentCategories, new TypeReference<List<CatagoryDTO>>() {
......@@ -878,7 +878,7 @@ public class AutoTurnoverJob extends PointJob {
}
}
}
}
}*/
return bailunFirstLevelCatagoryId;
}
......
......@@ -9,9 +9,9 @@ EVENT_RDB_STORAGE_USERNAME=root
EVENT_RDB_STORAGE_PASSWORD=#7kfnymAM$Y9-Ntf
ZOOKEEPER_SERVER=172.31.255.120:2181
NAME_SPACE=data-center
JOB_NAME=show-auto-turnover-test
JOB_NAME=show-auto-turnover
JOB_CRON=0 30 0 * * ? *
SHARDING_TOTAL_COUNT=8
JOB_NAME_PARAM=show-auto-turnover-param-test
JOB_NAME_PARAM=show-auto-turnover-param
JOB_CRON_PARAM=0 30 0 * * ? 2099
SHARDING_TOTAL_COUNT_PARAM=8
\ No newline at end of file
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