中扬CRM客户关系管理系统
#
lsh
2024-04-19 59292e68b11c383948b436e755a4aad8abf1ce24
src/main/java/com/zy/crm/manager/mapper/PlanUrlMapper.java
@@ -12,8 +12,8 @@
@Repository
public interface PlanUrlMapper extends BaseMapper<PlanUrl> {
    List<Integer> selectPlanUrlIdByPlanId(@Param("planId") Long planId);
    List<Integer> selectPlanUrlIdByPlanId2(@Param("planId") Long planId,@Param("type") int type,@Param("hideUrl") int hideUrl);
    List<PlanUrl> selectPlanUrlByPlanId(@Param("planId") Long planId);
    List<PlanUrl> selectPlanUrlByPlanId2(@Param("planId") Long planId,@Param("type") int type,@Param("hideUrl") int hideUrl);
    List<Integer> selectPlanUrlIdByPlanId(@Param("planId") Long planId,@Param("type") int type,@Param("hideUrl") int hideUrl,@Param("status") int status);
    List<PlanUrl> selectPlanUrlByPlanId(@Param("planId") Long planId,@Param("type") int type,@Param("hideUrl") int hideUrl,@Param("status") int status);
}