优化实名认证记录存储SQL
This commit is contained in:
-2
@@ -36,7 +36,6 @@ public class CaseEvidenceController extends BaseController {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/{id}")
|
||||
@PreAuthorize("@ss.hasPermi('caseManagement:list:detail')")
|
||||
public AjaxResult getCaseDetailsById(@PathVariable Long id) {
|
||||
String username = this.getUsername();
|
||||
return caseEvidenceService.getCaseDetailsById(id,username);
|
||||
@@ -63,7 +62,6 @@ public class CaseEvidenceController extends BaseController {
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/all")
|
||||
@PreAuthorize("@ss.hasPermi('caseManagement:list')")
|
||||
public TableDataInfo getCaseListAll(@RequestParam String identityNum) {
|
||||
startPage();
|
||||
List<CaseEvidenceVO> list = caseEvidenceService.getCaseListAll(identityNum);
|
||||
|
||||
Reference in New Issue
Block a user