Browse Source

包名不能是powerjob-worker

zoro 10 months ago
parent
commit
777237ef5e

+ 1 - 1
src/main/java/tech/powerjob/work/service/impl/ShipLockStatisticServiceImpl.java

@@ -53,7 +53,7 @@ public class ShipLockStatisticServiceImpl extends ServiceImpl<ShipLockStatisticM
                 this.saveOrUpdate(shipLockShipStatus);
                 shipLockStatisticDetailService.saveOrUpdateBatch(details);
             }
-            return new ProcessResult(false);
+            return new ProcessResult(true);
         } catch (HttpException e) {
             log.error("访问接口{}出现错误{}",lockStaticUrl,e.getMessage());
             return new ProcessResult(false,"出现异常");