lisai17@sina.com 2020-12-02 21:55:04 +08:00
parent 2ecb3766ad
commit 37069041fc
1 changed files with 2 additions and 2 deletions

View File

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