dev
parent
d9a71fb7d1
commit
9a906380d8
|
|
@ -71,7 +71,7 @@ public class OrderTempSyncService {
|
|||
return false;
|
||||
}
|
||||
|
||||
if(orderInvalidVerify != null){
|
||||
if (orderInvalidVerify != null) {
|
||||
ret = orderInvalidVerify.update();
|
||||
|
||||
if (!ret) {
|
||||
|
|
@ -186,6 +186,10 @@ public class OrderTempSyncService {
|
|||
}
|
||||
});
|
||||
|
||||
if (ret) {
|
||||
SyncTaskService.me.send(synctask);
|
||||
}
|
||||
|
||||
return ret ? Result.success(order) : Result.failed("取消失败");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue