This commit is contained in:
2023-04-19 09:50:49 +08:00
parent d9acddea46
commit d58f35d293
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -1270,7 +1270,7 @@ class MessagePush extends BaseService
$sub_data['params']['data'] = [
"phrase1" => "药师审方不通过",// 审核结果
"thing2" => $order_prescription['pharmacist_fail_reason'],// 原因
"date3" => date('Y-m-d',time(strtotime($order_prescription['pharmacist_verify_time']))),// 审核时间
"date3" => date('Y-m-d',time()),// 审核时间
"thing4" => "建议您修改处方并重新为患者开具",// 提示说明
];