Loading src/Handler/MessageHandler.php +3 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ class MessageHandler throw new HttpResponseException("请设置应用名app_name"); } $receiverIds = is_array($receiverIds) ? $receiverIds : [$receiverIds]; $this->messageService->SendMarkDownMessage($receiverIds, $application, 0, 0, [], $content,$title); $sendUserId = Auth::id(); $this->messageService->SendMarkDownMessage($receiverIds, $application, 0, $sendUserId, [], $content, $title); } } src/Service/Interfaces/StoreServiceInterface.php +11 −11 Original line number Diff line number Diff line Loading @@ -174,14 +174,14 @@ interface StoreServiceInterface public function checkStock($ids): array; /** * description:出库单 恢复库存 出库单定为已取消 * author: fuyunnan * @param string $sourceNo 来源单号 * @return int * @throws * Date: 2020/9/7 */ public function restoreStock($sourceNo): int; // /** // * description:出库单 恢复库存 出库单定为已取消 // * author: fuyunnan // * @param string $sourceNo 来源单号 // * @return int // * @throws // * Date: 2020/9/7 // */ // public function restoreStock($sourceNo): int; } Loading
src/Handler/MessageHandler.php +3 −2 Original line number Diff line number Diff line Loading @@ -127,7 +127,8 @@ class MessageHandler throw new HttpResponseException("请设置应用名app_name"); } $receiverIds = is_array($receiverIds) ? $receiverIds : [$receiverIds]; $this->messageService->SendMarkDownMessage($receiverIds, $application, 0, 0, [], $content,$title); $sendUserId = Auth::id(); $this->messageService->SendMarkDownMessage($receiverIds, $application, 0, $sendUserId, [], $content, $title); } }
src/Service/Interfaces/StoreServiceInterface.php +11 −11 Original line number Diff line number Diff line Loading @@ -174,14 +174,14 @@ interface StoreServiceInterface public function checkStock($ids): array; /** * description:出库单 恢复库存 出库单定为已取消 * author: fuyunnan * @param string $sourceNo 来源单号 * @return int * @throws * Date: 2020/9/7 */ public function restoreStock($sourceNo): int; // /** // * description:出库单 恢复库存 出库单定为已取消 // * author: fuyunnan // * @param string $sourceNo 来源单号 // * @return int // * @throws // * Date: 2020/9/7 // */ // public function restoreStock($sourceNo): int; }