修改分配规则
This commit is contained in:
@@ -1260,7 +1260,7 @@ class MessagePush extends BaseService
|
||||
// 短信
|
||||
$sms_data = array();
|
||||
$sms_data['template_code'] = "SMS_272120097";
|
||||
$sms_data['scene_desc'] = "医生开具的处方审核通过";
|
||||
$sms_data['scene_desc'] = "您为${$this->order_inquiry['patient_name']}患者开具的电子处方药师已审核通过,尽快和患者完成交流并提醒患者购药。请前往微信小程序“问诊消息”进行操作。";
|
||||
$sms_data['phone'] = $this->user['mobile'];
|
||||
$sms_data['user_id'] = $this->user['user_id'];
|
||||
|
||||
@@ -1319,7 +1319,7 @@ class MessagePush extends BaseService
|
||||
// 短信
|
||||
$sms_data = array();
|
||||
$sms_data['template_code'] = "SMS_271905264";
|
||||
$sms_data['scene_desc'] = "医生开具的处方审核未通过";
|
||||
$sms_data['scene_desc'] = "您为${$this->order_inquiry['patient_name']}患者开具的电子处方药师审核不通过,请尽快前往微信小程序“处方管理”中查看原因,并重开处方。模版code:SMS_271905264";
|
||||
$sms_data['phone'] = $this->user['mobile'];
|
||||
$sms_data['user_id'] = $this->user['user_id'];
|
||||
|
||||
|
||||
@@ -480,7 +480,7 @@ class OrderPrescriptionService extends BaseService
|
||||
}
|
||||
|
||||
/**
|
||||
* 药师驳回处方
|
||||
* 驳回处方-修改处方表
|
||||
* @param string $order_prescription_id 处方id
|
||||
* @param string $doctor_user_id 医生user_id
|
||||
* @param string $patient_user_id 患者user_id
|
||||
|
||||
@@ -1418,7 +1418,7 @@ class UserDoctorService extends BaseService
|
||||
if ($system_config['is_auto_phar_verify_prescription'] == 1){
|
||||
// 添加药师自动签章审核队列
|
||||
$data = array();
|
||||
$data['prescription_file_id'] = $prescription_open_result['file_id'];
|
||||
$data['prescription_file_id'] = (string)$order_prescription_file->prescription_file_id;
|
||||
$data['order_prescription_id'] = (string)$order_prescription->order_prescription_id;
|
||||
|
||||
$message = new AutoPharmacistCaVerifyDelayDirectProducer($data);
|
||||
|
||||
Reference in New Issue
Block a user