新增分配药师队列、新增处方开具、修改接口
This commit is contained in:
@@ -244,7 +244,7 @@ class BasicDataService extends BaseService
|
||||
$params = array();
|
||||
$params['icd_status'] = 1;// 状态(0:删除 1:正常)
|
||||
$params['icd_enable'] = 1;// 是否启用(0:否 1:是)
|
||||
$disease_class_icd = DiseaseClassIcd::getSearchKeywordList($params, $icd_keyword, $fields);
|
||||
$disease_class_icd = DiseaseClassIcd::getSearchKeywordLimit($params, $icd_keyword, $fields);
|
||||
if (empty($disease_class_icd)){
|
||||
return success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user