lgy 1 ngày trước cách đây
mục cha
commit
b3f04b62ab
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      jcjyhr/app/zskk/servies/PatientServies.php

+ 2 - 2
jcjyhr/app/zskk/servies/PatientServies.php

@@ -947,11 +947,11 @@ class PatientServies
         $report['RESULT_STATUS'] = $RESULT_STATUS;
         if(empty($report['AUDITTIME']))
         {
-            $report['AUDITTIME'] = null;
+            unset($report['AUDITTIME']);
         }
         if(empty($report['STUDYTIME']))
         {
-            $report['STUDYTIME'] = null;
+            unset($report['STUDYTIME']);
         }
         return $report;
     }