| | |
| | | import org.springframework.beans.factory.annotation.Autowired |
| | | import org.springframework.beans.factory.annotation.Value |
| | | import org.springframework.stereotype.Service |
| | | import org.springframework.web.multipart.MultipartFile |
| | | import tk.mybatis.mapper.entity.Example |
| | | import java.io.File |
| | | import java.util.* |
| | |
| | | val example = Example(Subtask::class.java) |
| | | val criteria = example.createCriteria() |
| | | criteria.andEqualTo("districtcode", districtCode) |
| | | val date = DateUtil().StringToDate(time) |
| | | val date = DateUtil.StringToDate(time) |
| | | criteria.andGreaterThanOrEqualTo("planstarttime", time) |
| | | val subTaskList = subtaskMapper.selectByExample(example) |
| | | subTaskList.forEach { |
| | |
| | | return true |
| | | } |
| | | } |
| | | |
| | | override fun downloadAutoEvaTemplate(areaVo: AreaVo, response: HttpServletResponse) { |
| | | TODO("Not yet implemented") |
| | | } |
| | | |
| | | override fun uploadAutoEvaluation(areaVo: AreaVo, file: MultipartFile): Boolean { |
| | | TODO("Not yet implemented") |
| | | } |
| | | } |