| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.Collections; |
| | | import java.util.List; |
| | | |
| | | @Service("PreventCJReportDangerInfoService") |
| | |
| | | } |
| | | |
| | | @Override |
| | | public int updateErrorZDdata() { |
| | | return preventCJReportDangerInfoRepository.updateErrorZDdata(); |
| | | } |
| | | |
| | | @Override |
| | | public List<ZDPreventCJReportDangerInfo> listReportDangerDateZhunDongSP(Integer indexId) { |
| | | return preventCJReportDangerInfoRepository.listReportDangerDateZhunDongSp(indexId); |
| | | } |
| | | |
| | | @Override |
| | | public int updateZDReportStatusById(HandlerZDReportParam handlerZDReportParam) { |
| | | int result = preventCJReportDangerInfoRepository.updateZDReportStatusById(handlerZDReportParam); |
| | | if (result < 0){ |