| | |
| | | import com.yuanchu.mom.pojo.Opinion; |
| | | import com.yuanchu.mom.mapper.OpinionMapper; |
| | | import com.yuanchu.mom.pojo.dto.UpdateInspectUnacceptedDto; |
| | | import com.yuanchu.mom.service.InspectUnacceptedService; |
| | | import com.yuanchu.mom.service.OpinionService; |
| | | import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
| | | import com.yuanchu.mom.utils.JackSonUtil; |
| | |
| | | |
| | | @Resource |
| | | private OpinionMapper opinionMapper; |
| | | |
| | | @Resource |
| | | private InspectUnacceptedService inspectUnacceptedService; |
| | | |
| | | @Override |
| | | public List<UpdateInspectUnacceptedDto> clickEditingTriggerQuery(Integer rawUnacceptedId) { |
| | |
| | | throw new RuntimeException(e); |
| | | } |
| | | }); |
| | | MyUtil.PrintLog(list.get(1).getRawUnacceptedId().toString()); |
| | | return opinionMapper.updateOpinion(list); |
| | | } |
| | | |