修改优惠卷查询

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