工具发布流程和使用申请流程细节优化
This commit is contained in:
@@ -3,6 +3,7 @@ package com.rzdata.web.mapper;
|
||||
import java.util.List;
|
||||
import com.rzdata.web.domain.UseApply;
|
||||
import com.rzdata.web.domain.Tool;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
/**
|
||||
* 使用申请Mapper接口
|
||||
@@ -61,4 +62,6 @@ public interface UseApplyMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteUseApplyByIds(String[] ids);
|
||||
|
||||
int checkUseApply(@Param("toolId") String toolId, @Param("userId") String userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user