| | |
| | | |
| | | import androidx.lifecycle.LiveData; |
| | | |
| | | import com.anyun.exam.lib.MyLog; |
| | | |
| | | import java.util.List; |
| | | |
| | | import safeluck.drive.evaluation.Constant; |
| | | import safeluck.drive.evaluation.DB.WorkRoomDataBase; |
| | | |
| | | /** |
| | |
| | | */ |
| | | public LiveData<List<FailedProj_select>> getFailedProjectsForII(long stu_id) { |
| | | return failProjDao.getFailedProjectsForII(stu_id); |
| | | } /** |
| | | * 获得科目三 路考考场失败项目扣分项 |
| | | * |
| | | * @param stu_id |
| | | * @return |
| | | */ |
| | | public LiveData<List<FailedProj_select>> getFailedProjectsForIII(long stu_id) { |
| | | return failProjDao.getFailedProjectsForIII(stu_id); |
| | | } |
| | | |
| | | |
| | | } |