增加法治审核、检查项列表查询等接口
This commit is contained in:
parent
e0dd5bf090
commit
3534191ffe
|
|
@ -109,6 +109,7 @@ public class CaseController {
|
|||
return Ok.of(((Case) caseService.saveEvidence(caseInfo).get(0)));
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 法制审核(原分析研判)
|
||||
*
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
@RequestMapping("/api/legal-review")
|
||||
public class LegalReviewController {
|
||||
|
||||
|
||||
private final LegalReviewService legalReviewService;
|
||||
|
||||
public LegalReviewController(LegalReviewService legalReviewService) {
|
||||
|
|
|
|||
|
|
@ -538,6 +538,7 @@ public class CaseService {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@PublishDataChange(action = DataChangeAction.SAVE)
|
||||
@Transactional
|
||||
public List<Object> discuss(Case c) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue