更新
1.查询案件时返回委托类型
This commit is contained in:
@@ -88,7 +88,8 @@ public class CaseEventController {
|
||||
System.out.println(String.format("getById forEdit=%s getAncestorids=", forEdit, rOrg));
|
||||
}
|
||||
|
||||
// cevo.setCaseOwnOrgAncestors();
|
||||
Entrustment one = entrustmentService.getOne(Wrappers.<Entrustment>lambdaQuery().eq(Entrustment::getCaseId, id));
|
||||
cevo.setEntrustmentType(one.getEntrustmentType());
|
||||
return R.ok(cevo);
|
||||
}
|
||||
|
||||
|
||||
@@ -24,4 +24,7 @@ public class CaseEventVO extends CaseEvent {
|
||||
int caseEntrustmentCount;
|
||||
int caseEvidenceCount;
|
||||
List<CaseEvidence> caseEvidenceList;
|
||||
|
||||
@ApiModelProperty(value="委托类型: 0=常规毒品, 1=生物样本")
|
||||
private Integer entrustmentType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user