From aecf1e6808cd9eca68f5ec87340bd6c92f8c464c Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Thu, 29 Jul 2021 20:40:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/api_score_meger' into api_score_meger --- zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java b/zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java index 8a10139..28fafcb 100644 --- a/zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java +++ b/zq-erp/src/main/java/com/matrix/system/hive/dao/SysFollowupDao.java @@ -1,6 +1,6 @@ package com.matrix.system.hive.dao; -import com.matrix.system.app.dto.FollowupCommonetListDto; +import com.matrix.system.app.dto.FollowupListDto; import org.apache.ibatis.annotations.Param; import java.util.List; import java.util.Map; @@ -40,5 +40,5 @@ void updateZan(@Param("id")Long id, @Param("zans")String zans); - List<SysFollowup> selectByAppDto(FollowupCommonetListDto followupCommonetListDto); + List<SysFollowup> selectByAppDto(FollowupListDto followupListDto); } \ No newline at end of file -- Gitblit v1.9.1