|
@@ -1,6 +1,5 @@
|
|
|
package com.zswl.cloud.springBtach.server.core.job.standard;
|
|
|
|
|
|
-import cn.hutool.core.util.IdUtil;
|
|
|
import cn.hutool.core.util.ObjectUtil;
|
|
|
import cn.hutool.json.JSONUtil;
|
|
|
import com.github.microservice.auth.client.content.ResultContent;
|
|
@@ -211,7 +210,7 @@ public class StandarOrderJob {
|
|
|
@Bean
|
|
|
public Job standardCreatOrder() {
|
|
|
return getJobBuilderFactory()
|
|
|
- .get(IdUtil.fastSimpleUUID())
|
|
|
+ .get("standardCreatOrder")
|
|
|
.start(checkFrom())
|
|
|
.next(platformOrder())
|
|
|
.incrementer(new RunIdIncrementer())
|