44323
2023-11-23 acad524bfb7f376c09ff8e6600fab207780156e1
cloud-server-course/src/main/java/com/dsh/course/mapper/TCoursePackagePaymentMapper.java
@@ -2,7 +2,9 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.dsh.course.entity.PacQueryDto;
import com.dsh.course.entity.TCoursePackagePayment;
import com.dsh.course.entity.dto.StudentQeryDto;
import com.dsh.course.model.QueryRegistrationRecord;
import com.dsh.course.model.BillingRequest;
import io.swagger.models.auth.In;
@@ -65,4 +67,15 @@
    List<Integer> getStudentIds(@Param("id")Long payId,@Param("classId")Integer classId,@Param("appId")Integer appId);
    boolean updateHoursById(@Param("id") Long id, @Param("i") int i);
    boolean updateHoursById1(@Param("id") Long id, @Param("i") int i);
    void updateBytime(@Param("coursePackagePayment") TCoursePackagePayment coursePackagePayment);
    List<Map<String, Object>>  getStudentTotal(StudentQeryDto studentQeryDto);
    List<Map<String, Object>> pacQueryDto(PacQueryDto pacQueryDto);
    List<TCoursePackagePayment> listOne(@Param("ids") List<Integer> ids);
    Integer queryStore(String code);
}