|
@@ -40,6 +40,9 @@ public interface ConsultancyReimbursementTypeMapper extends BaseMapper<Consultan
|
|
|
List<WorkAttachmentInfo> findList(@Param("id") String id);
|
|
List<WorkAttachmentInfo> findList(@Param("id") String id);
|
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
@InterceptorIgnore(tenantLine = "true")
|
|
|
Integer findIsExit(@Param("id") String id, @Param("name")String name);
|
|
Integer findIsExit(@Param("id") String id, @Param("name")String name);
|
|
|
|
|
+
|
|
|
|
|
+ @InterceptorIgnore(tenantLine = "true")
|
|
|
|
|
+ Integer findByUrlIsExit(@Param("id") String id, @Param("url")String url);
|
|
|
/**
|
|
/**
|
|
|
* 根据AttachmentFla 和AttachmentId 查询附件信息
|
|
* 根据AttachmentFla 和AttachmentId 查询附件信息
|
|
|
* @param id
|
|
* @param id
|