|
@@ -27,7 +27,7 @@ class appointmentlogic extends baselogic
|
|
|
],
|
|
|
'finishedbyaid' => [
|
|
|
['name' => 'appointment_id', 'title' => '申请id', 'require' => true, 'type' => 'numeric'],
|
|
|
- ['name' => 'testtubeno', 'title' => '测试管号', 'require' => true, 'type' => 'numeric'],
|
|
|
+ ['name' => 'testtubeno', 'title' => '测试管号', 'require' => true],
|
|
|
['name' => 'testtype', 'title' => '测试类型', 'require' => true, 'type' => 'numeric'],
|
|
|
['name' => 'token', 'title' => 'token', 'require' => true, 'type' => 'string'],
|
|
|
],
|