This commit is contained in:
2026-07-28 16:28:36 +08:00
parent 9ba53b6145
commit 64d760af1a
5 changed files with 50 additions and 11 deletions
@@ -244,7 +244,7 @@ class EjPharmacyCallbackController extends BaseApiController
// Keep the same readable production-flow format as Gancao:
// flow name and pharmacy are the primary information.
$summaryParts = [
'洛阳药房回传:' . (EjPharmacyShipmentPolicy::isCompletedEvent($payload) ? '订单已完成' : '订单药房流转制作中'),
'洛阳药房回传:订单药房流转制作中',
'流程:' . $stepName,
'药房:洛阳药房',
];