|
@@ -662,7 +662,6 @@ public class SiManageService {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, result.getString(ERROR_MESSAGE));
|
|
|
}
|
|
|
|
|
|
- // 接口存在问题
|
|
|
public ResultVo<JSONArray> queryMedStaffInfo(MedStaffQuery query) {
|
|
|
String ref = JSONObject.toJSONString(query);
|
|
|
JSONObject input = exec.makeTradeHeader(SiFunction.QUERY_MEDICAL_STAFF_INFO);
|