中扬CRM客户关系管理系统
#
LSH
2023-11-23 8aec52f0becfbe4b88e2938de5c0bba284e92d28
src/main/java/com/zy/crm/manager/mapper/PriOnline2Mapper.java
@@ -15,5 +15,7 @@
public interface PriOnline2Mapper extends BaseMapper<PriOnline2> {
    List<PriOnline2> listByPage(Page<PriOnline2> page, @Param("userIds") ArrayList<Long> userIds , @Param("condition") String condition);
    List<PriOnline2> listByAll( @Param("userId") Long userId );
    Integer listByAllTotal( @Param("userId") Long userId );
}