|
@ -1078,11 +1078,8 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
@ApiOperation(value = "查询部位字典", notes = "查询部位字典")
|
|
|
public ListEnvelop findByPartsCode(@ApiParam(name = "parentCode", value = "父节点ID,第一层为0")
|
|
|
@RequestParam(value = "parentCode", required = false)String parentCode)throws Exception{
|
|
|
if("xm_xzzx_wx".equalsIgnoreCase(wxId)){
|
|
|
return success(xzzxEntranceService.selectCheckBody(parentCode));
|
|
|
}else {
|
|
|
return success(inspectionService.findByPartsCode(parentCode));
|
|
|
}
|
|
|
|
|
|
return success(inspectionService.findByPartsCode(parentCode));
|
|
|
|
|
|
}
|
|
|
|