|
|
@ -304,6 +304,15 @@ public class LoanCaseEntrustLawyerApplyService extends MybatisBaseService<LoanCa |
|
|
|
} |
|
|
|
} |
|
|
|
vo.setWtxyFiles(wtxyFiles); |
|
|
|
LoanCaseProgress loanCaseProgress = loanCaseProgressService.fetchBySid(entity.getBusSid()); |
|
|
|
if ("二审".equals(loanCaseProgress.getCaseStage())){ |
|
|
|
String shsSid = loanCaseAppealApplyService.fetchByCaseStage(sid, "一审"); |
|
|
|
vo.setShsSid(shsSid); |
|
|
|
}else if ("再审".equals(loanCaseProgress.getCaseStage())){ |
|
|
|
String shsSid = loanCaseAppealApplyService.fetchByCaseStage(sid, "二审"); |
|
|
|
vo.setShsSid(shsSid); |
|
|
|
} |
|
|
|
vo.setSusSid(loanCaseProgress.getBusSid()); |
|
|
|
return vo; |
|
|
|
} |
|
|
|
|
|
|
|