lisai17@sina.com 2020-12-01 21:09:25 +08:00
parent 809f6b3659
commit 2f356fb6ed
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ public class CheckUndonOrderclusterJob implements Job {
@Override
public void execute(JobExecutionContext jobExecutionContext) {
try {
forwardOrder();
closeOrder();
// forwardOrder();
} catch (Exception e) {
log.error(e.getMessage(), e);
}