企业风采审核功能开发
This commit is contained in:
@@ -26,4 +26,9 @@ public interface FileMapper extends BaseMapper<File>
|
||||
public List<File> selectFileListByBussinessIds(@Param("longs") List<Long> longs);
|
||||
|
||||
public int updateIds(@Param("longs") List<Long> longs,@Param("newBussinessid") Long bussinessid);
|
||||
|
||||
/**
|
||||
* 查询风采审核列表(后台管理用)
|
||||
*/
|
||||
public List<File> selectFileListForReview(File file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user