lizhanwei
2020-07-25 6060b1e0c4a3cd4396eabc25634aaff45959e360
app/src/main/java/safeluck/drive/evaluation/DB/exam_status/ExamStatusOutWorker.kt
@@ -39,7 +39,7 @@
    private val tempQs: MutableList<QuestionBean> = java.util.ArrayList()
    override fun doWork(): Result {
        val examType =WorkRoomDataBase.getWorkRoomDataBase(applicationContext).examStatusDao.startExamInt;
        MyLog.i(TAG+"do work")
        simulateNightBean.setExam(0)
        val list = ExamPlatformData.getInstance().simulate_light_tips
@@ -54,6 +54,7 @@
        simulateNightBean.setQuestion(tempQs)
        if (inputData.getInt(safeluck.drive.evaluation.Constant.NEED_MAPS_CAR,0)==1){
            MyLog.i("Constant.NEED_MAPS_CAR,")
            sendMapInfo()
            sendVehicleInfo()
        }