中扬CRM客户关系管理系统
#
LSH
2023-12-02 afa3bc1e2f39f66f59ee9b15d6af16593acdc9a4
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);
}