文件名从 src/main/java/com/ruoyi/project/tr/specialCheck/Test/DealDataTask.java 修改 |
| | |
| | | package com.ruoyi.project.tr.specialCheck.Test; |
| | | package com.ruoyi.project.tr.specialCheck.scheduleLogTask; |
| | | |
| | | import com.baomidou.mybatisplus.core.toolkit.ObjectUtils; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbBaseCheckItem; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckItemLog; |
| | | import com.ruoyi.project.tr.specialCheck.domin.TbSpecialCheckTaskLog; |
| | | import com.ruoyi.project.tr.specialCheck.mapper.TbBaseCheckItemMapper; |
| | | import com.ruoyi.project.tr.specialCheck.mapper.TbSpecialCheckItemLogMapper; |
| | |
| | | tbSpecialCheckTaskLog.setIndexId(null); |
| | | tbSpecialCheckTaskLog.setId(UUID.randomUUID().toString()); |
| | | tbSpecialCheckTaskLog.setReportStatus((byte) 1); |
| | | //1为企业自查 2是市级及以下 |
| | | tbSpecialCheckTaskLog.setCheckType("2"); |
| | | tbSpecialCheckTaskLog.setCreateDate(LocalDateTime.now()); |
| | | tbSpecialCheckTaskLog.setUpdateDate(LocalDateTime.now()); |