提交修改
This commit is contained in:
parent
a190b1e858
commit
93cb7caba5
@ -54,6 +54,7 @@ public class ShiroConfig {
|
|||||||
filterMap.put("/file/**", "anon");
|
filterMap.put("/file/**", "anon");
|
||||||
filterMap.put("/test/**", "anon");
|
filterMap.put("/test/**", "anon");
|
||||||
filterMap.put("/druid/**", "anon");
|
filterMap.put("/druid/**", "anon");
|
||||||
|
filterMap.put("/user/lzresultrecord/new/resultRecordDetail/**", "anon");
|
||||||
filterMap.put("/app/**", "anon");
|
filterMap.put("/app/**", "anon");
|
||||||
filterMap.put("/sys/login", "anon");
|
filterMap.put("/sys/login", "anon");
|
||||||
filterMap.put("/sys/sendSMS", "anon");
|
filterMap.put("/sys/sendSMS", "anon");
|
||||||
|
|||||||
@ -1080,7 +1080,7 @@ public class ResultRecordController extends AbstractController {
|
|||||||
*
|
*
|
||||||
* 删除
|
* 删除
|
||||||
*/
|
*/
|
||||||
// http://localhost:8080/lz_management/user/lzresultrecord/new/resultRecordDetail?resultRecordId=491&loginUserId=408
|
// http://localhost:8080/lz_management/user/lzresultrecord/new/resultRecordDetail?resultRecordId=593&loginUserId=322
|
||||||
@RequestMapping("/new/resultRecordDetail")
|
@RequestMapping("/new/resultRecordDetail")
|
||||||
public R newResultRecordList(RecordDetailDto recordDetailDto) {
|
public R newResultRecordList(RecordDetailDto recordDetailDto) {
|
||||||
if(recordDetailDto.getLoginUserId() ==null && getUser() !=null ){
|
if(recordDetailDto.getLoginUserId() ==null && getUser() !=null ){
|
||||||
|
|||||||
@ -1199,7 +1199,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
|
|||||||
if(currentResultRecord !=null){
|
if(currentResultRecord !=null){
|
||||||
if(StringUtil.isNotBlank(currentResultRecord.getFlowStaffIdRole())){
|
if(StringUtil.isNotBlank(currentResultRecord.getFlowStaffIdRole())){
|
||||||
auth = getAuth(currentFlowRecord.getFlowStaffIdRole());
|
auth = getAuth(currentFlowRecord.getFlowStaffIdRole());
|
||||||
flowRecordId = currentFlowRecord.getId();
|
flowRecordId = currentResultRecord.getId();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user