同步内网

main
鹿和sa0ChunLuyu 6 days ago
parent 40efed17ad
commit 544ddd1b8f

@ -67,7 +67,7 @@ public function GetEntrustInfo(){
->where('is_nullify', 0) ->where('is_nullify', 0)
->where(function($q) { ->where(function($q) {
$q->where('patient_type', 0) // 住院类型不限制支付状态 $q->where('patient_type', 0) // 住院类型不限制支付状态
->orWhere('is_pay', 1); // 其他类型必须已支付 ->orWhere('is_pay', 1); // 其他类型必须已支付
}); });
if(isset($dateRange)){ if(isset($dateRange)){
if(!is_array($dateRange)) return \Yz::JsonError("日期范围必须是数组"); if(!is_array($dateRange)) return \Yz::JsonError("日期范围必须是数组");
@ -213,7 +213,6 @@ public function SignIn(){
'note' => '通知PacS', 'note' => '通知PacS',
'data' => json_encode($pacs_res,JSON_UNESCAPED_UNICODE) 'data' => json_encode($pacs_res,JSON_UNESCAPED_UNICODE)
]); ]);
if (!!$pacs_res['status']) { if (!!$pacs_res['status']) {
return \Yz::JsonReturn(true, '报道成功', ['orderNo' => $orderNo, 'pacs_info' => $pacs_res]); return \Yz::JsonReturn(true, '报道成功', ['orderNo' => $orderNo, 'pacs_info' => $pacs_res]);
} else { } else {

Loading…
Cancel
Save