|
|
@@ -1,5 +1,6 @@
|
|
|
package com.jeeplus.finance.projectReportArchive.mapper;
|
|
|
|
|
|
+import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.jeeplus.finance.projectReportArchive.domain.CwProjectReportBorrow;
|
|
|
import com.jeeplus.finance.projectReportArchive.domain.CwProjectReportBorrowMessage;
|
|
|
@@ -17,6 +18,7 @@ public interface CwProjectReportBorrowMapper extends BaseMapper<CwProjectReportB
|
|
|
|
|
|
void updateStatusByContractInfoId(@Param("id") String id, @Param("borrowType")String borrowType);
|
|
|
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
|
CwProjectReportBorrow selectFileByContractInfoId (@Param("id") String id);
|
|
|
|
|
|
void updateMessageByBorrowId(@Param("id") String id, @Param("borrowType")String borrowType, @Param("type")String type);
|