修改字段类型
This commit is contained in:
@@ -1069,8 +1069,8 @@ class PatientOrderService extends BaseService
|
||||
}
|
||||
|
||||
$result = array();
|
||||
$result['inquiry_no'] = $order_product['order_product_no']; // 订单编号
|
||||
$result['order_product_id'] = $order_product['order_product_id']; // 订单主键id
|
||||
$result['inquiry_no'] = (string)$order_product['order_product_no']; // 订单编号
|
||||
$result['order_product_id'] = (string)$order_product['order_product_id']; // 订单主键id
|
||||
|
||||
return success($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user