|
|
@ -16,6 +16,6 @@ import org.apache.ibatis.annotations.Select; |
|
|
|
@Mapper |
|
|
|
public interface LoanCaseProgressTrialMapper extends BaseMapper<LoanCaseProgressTrial> { |
|
|
|
|
|
|
|
@Select("select * from loan_case_progress_trial where sid = #{sid} and caseStage = #{caseStage}") |
|
|
|
@Select("select * from loan_case_progress_trial where mainSid = #{sid} and caseStage = #{caseStage}") |
|
|
|
LoanCaseProgressTrial selByJdAndSid(@Param("sid") String sid,@Param("caseStage") String caseStage); |
|
|
|
} |
|
|
|