浏览代码

医生排班列表,排除接满4单的

lizhen_gitee 10 月之前
父节点
当前提交
57879e939e
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      application/api/controller/Wenzhen.php
  2. 1 1
      application/api/controller/tvuser/Wenzhen.php

+ 1 - 1
application/api/controller/Wenzhen.php

@@ -95,7 +95,7 @@ class Wenzhen extends Api
             ];
             $order_count = Db::name('wenzhen_order')->where($map)->count();
             if($order_count >= 4){
-                $this->error('该时间点已排满');
+                $this->error('该时间点已排满,请重选预约时间');
             }
 
         }

+ 1 - 1
application/api/controller/tvuser/Wenzhen.php

@@ -126,7 +126,7 @@ class Wenzhen extends Api
             ];
             $order_count = Db::name('wenzhen_order')->where($map)->count();
             if($order_count >= 4){
-                $this->error('该时间点已排满');
+                $this->error('该时间点已排满,请重选预约时间');
             }
 
         }