修正返回数据问题
This commit is contained in:
parent
3b99071387
commit
8286a22bbc
@ -357,13 +357,19 @@ class CallBackController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 存储redisList
|
// 存储redisList
|
||||||
|
dump(1);
|
||||||
if (!empty($order_inquiry) && !empty($request_params['CloudCustomData'])){
|
if (!empty($order_inquiry) && !empty($request_params['CloudCustomData'])){
|
||||||
|
dump(2);
|
||||||
if (!empty($cloud_custom_data['is_system'])){
|
if (!empty($cloud_custom_data['is_system'])){
|
||||||
|
dump(3);
|
||||||
if ($cloud_custom_data['is_system'] != 1){
|
if ($cloud_custom_data['is_system'] != 1){
|
||||||
|
dump(4);
|
||||||
// 非系统发送
|
// 非系统发送
|
||||||
if ($cloud_custom_data['sender_user_type'] == 1 || $cloud_custom_data['sender_user_type'] == 2){
|
if ($cloud_custom_data['sender_user_type'] == 1 || $cloud_custom_data['sender_user_type'] == 2){
|
||||||
|
dump(5);
|
||||||
// 患者-医生发送
|
// 患者-医生发送
|
||||||
if (!empty($order_inquiry['doctor_id'])){
|
if (!empty($order_inquiry['doctor_id'])){
|
||||||
|
dump(6);
|
||||||
$data['order_inquiry_id'] = $order_inquiry['order_inquiry_id'];
|
$data['order_inquiry_id'] = $order_inquiry['order_inquiry_id'];
|
||||||
$data['patient_name'] = $order_inquiry['patient_name'];
|
$data['patient_name'] = $order_inquiry['patient_name'];
|
||||||
$data['patient_sex'] = $order_inquiry['patient_sex'];
|
$data['patient_sex'] = $order_inquiry['patient_sex'];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user