新增处方平台推送数据

This commit is contained in:
2023-05-08 17:44:31 +08:00
parent bb4b7295cf
commit d09f53fd49
9 changed files with 1186 additions and 30 deletions
@@ -58,6 +58,9 @@ class ReportPreProductOrderCommand extends HyperfCommand
Db::beginTransaction();
try {
// 检测是否已上报监管平台 未上报监管平台不进行处理
// 检测执行次数
$res = $this->checkHandleNumber($item['order_product_id']);
if (!$res) {