feat(mapper): 更新多个信用模块的关键词搜索功能
- 在CreditBreachOfTrustMapper中添加案件编号关键词搜索 - 在CreditCaseFilingMapper中添加案件编号关键词搜索 - 在CreditCourtAnnouncementMapper中添加案件编号关键词搜索 - 在CreditCourtSessionMapper中添加案件编号关键词搜索 - 在CreditCustomerMapper中添加客户名称关键词搜索 - 在CreditDeliveryNoticeMapper中添加案件编号关键词搜索 - 在CreditExternalMapper中修复外部数据关键词搜索参数 - 在CreditJudgmentDebtorMapper中添加案件编号关键词搜索 - 在CreditJudicialDocumentMapper中添加案件编号关键词搜索 - 在CreditMediationMapper中添加案件编号关键词搜索 - 统一各mapper中的SQL查询格式化缩进
This commit is contained in:
@@ -641,6 +641,9 @@ public class CreditGqdjController extends BaseController {
|
||||
private CreditGqdj convertImportParamToEntity(CreditGqdjImportParam param) {
|
||||
CreditGqdj entity = new CreditGqdj();
|
||||
|
||||
if(param.getCaseNumber2() != null){
|
||||
entity.setCaseNumber(param.getCaseNumber2());
|
||||
}
|
||||
entity.setCaseNumber(param.getCaseNumber());
|
||||
entity.setAppellee(param.getAppellee());
|
||||
entity.setPlaintiffAppellant(param.getPlaintiffAppellant());
|
||||
|
||||
Reference in New Issue
Block a user