xiaoyong931011
2021-08-13 2562e13a8db342cc1e23e17b8a26d84ce314f9eb
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);
}