|  |  |  | 
|---|
|  |  |  | package com.dy.rtuMw.server.rtuData.dbSv; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.dy.common.util.NumUtil; | 
|---|
|  |  |  | import com.dy.common.webUtil.BaseResponseUtils; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoBa.BaClientMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoPr.PrControllerMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoPr.PrControllerTrampMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoPr.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoRm.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoSe.SeClientCardMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.daoSe.SeVirtualCardMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoBa.BaClient; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoPr.PrController; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoPr.PrControllerTramp; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoPr.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoRm.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeClient; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCardInfo1; | 
|---|
|  |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
|---|
|  |  |  | import org.springframework.stereotype.Service; | 
|---|
|  |  |  | import org.springframework.transaction.annotation.Transactional; | 
|---|
|  |  |  | 
|---|
|  |  |  | @Service() | 
|---|
|  |  |  | public class DbSv { | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private SeClientCardMapper seClientCardMapperDao;//农户水卡DAO | 
|---|
|  |  |  | private SeClientCardMapper seClientCardDao;//农户水卡DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private SeVirtualCardMapper seVirtualCardMapper;//农户虚拟水卡DAO | 
|---|
|  |  |  | private SeVirtualCardMapper seVirtualCardDao ;//虚拟卡相关DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private PrControllerTrampMapper prControllerTrampMapperDao;//流浪控制器DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmClientAmountDayMapper rmClientAmountDayMapperDao ;//农户日用水量统计数据DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmLossLastMapper rmLossLastMapperDao ;//控制器漏损水量统计最新数据DAO | 
|---|
|  |  |  | private RmLossDayLastMapper rmLossLastMapperDao ;//控制器漏损水量统计最新数据DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmLossHistoryMapper rmLossHistoryMapperDao ;//控制器漏损水量统计历史数据DAO | 
|---|
|  |  |  | private RmLossDayMapper rmLossHistoryMapperDao ;//控制器漏损水量统计历史数据DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmCommandHistoryMapper rmCommandHistoryDao ;//远程命令日志相关 | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private SeVirtualCardMapper seVirtualCardDao ;//虚拟卡相关 | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmTimingReportHistoryMapper rmTimingReportHistoryDao; // 定点上报历史数据DAO | 
|---|
|  |  |  | 
|---|
|  |  |  | private RmTimingReportLastMapper rmTimingReportLastDao; // 定点上报最新数据DAO | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmOnHourReportHistoryMapper rmOnHourReportHistoryDao; // 整点上报历史数据DAO | 
|---|
|  |  |  | private RmOnHourReportHistoryMapper rmOnHourReportHistoryDao; // 定点上报历史数据DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmOnHourReportLastMapper rmOnHourReportLastDao; // 整点上报最新数据DAO | 
|---|
|  |  |  | private RmOnHourReportLastMapper rmOnHourReportLastDao; // 定点上报最新数据DAO | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private PrStManureMapper prStManureDao; //水肥机DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private PrStSoilMapper prStSoilDao; //墒情站DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private PrStWeatherMapper prStWeatherDao; //气象站DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmManureLastMapper rmManureLastDao; //水肥DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmManureHistoryMapper rmManureHistoryDao; //水肥DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmSoilLastMapper rmSoilLastDao; //墒情DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmSoilHistoryMapper rmSoilHistoryDao; //墒情DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmSoilDayMapper rmSoilDayDao; //墒情DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmWeatherLastMapper rmWeatherLastDao; //气象DAO | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private RmWeatherHistoryMapper rmWeatherHistoryDao; //气象DAO | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //@Autowired | 
|---|
|  |  |  | //@Lazy | 
|---|
|  |  |  | 
|---|
|  |  |  | SeClient vo = null ; | 
|---|
|  |  |  | if(NumUtil.isPlusIntNumber(icCardNo)){ | 
|---|
|  |  |  | Long icCardNoLong = Long.parseLong(icCardNo) ; | 
|---|
|  |  |  | Map<String, Object> map = seClientCardMapperDao.getClientIdAndNameByCardAddrAndCardNo(icCardAddr, icCardNoLong) ; | 
|---|
|  |  |  | Map<String, Object> map = seClientCardDao.getClientIdAndNameByCardAddrAndCardNo(icCardAddr, icCardNoLong) ; | 
|---|
|  |  |  | if(map != null && map.size() > 0) { | 
|---|
|  |  |  | vo = new SeClient() ; | 
|---|
|  |  |  | vo.setId(Long.parseLong(map.get("clientId").toString())); | 
|---|
|  |  |  | vo.setName(map.get("clientName").toString()); | 
|---|
|  |  |  | vo.setAddress(map.get("clientAddress").toString()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return vo ; | 
|---|
|  |  |  | 
|---|
|  |  |  | SeClient vo = null ; | 
|---|
|  |  |  | if(NumUtil.isPlusIntNumber(icCardNo)){ | 
|---|
|  |  |  | Long icCardNoLong = Long.parseLong(icCardNo) ; | 
|---|
|  |  |  | Map<String, Object> map = seVirtualCardMapper.getClientIdAndNameByVsCardNo(icCardNoLong) ; | 
|---|
|  |  |  | Map<String, Object> map = seVirtualCardDao.getClientIdAndNameByVsCardNo(icCardNoLong) ; | 
|---|
|  |  |  | if(map != null && map.size() > 0) { | 
|---|
|  |  |  | vo = new SeClient() ; | 
|---|
|  |  |  | vo.setId(Long.parseLong(map.get("clientId").toString())); | 
|---|
|  |  |  | vo.setName(map.get("clientName").toString()); | 
|---|
|  |  |  | vo.setAddress(map.get("clientAddress").toString()); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return vo ; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void savePrConctrollerTramp(PrControllerTramp po){ | 
|---|
|  |  |  | if(po.getOrgTag().trim().length() > 2) { | 
|---|
|  |  |  | po.setOrgTag("DY"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.prControllerTrampMapperDao.insert(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param intakeId | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateVirCardNoUseState(Long intakeId){ | 
|---|
|  |  |  | this.seVirtualCardDao.updateVcCardNoUseStateByIntakeId(intakeId); ; | 
|---|
|  |  |  | public void updateVirCardNoUseState(Long intakeId, Date now){ | 
|---|
|  |  |  | this.seVirtualCardDao.updateVcCardNoUseStateByIntakeId(intakeId, now) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ///////////////////////////////////////////////// | 
|---|
|  |  |  | // | 
|---|
|  |  |  | // 整点上报实时数据功能(只在靳总的协议有此数据) | 
|---|
|  |  |  | // 定点上报实时数据功能(只在靳总的协议有此数据) | 
|---|
|  |  |  | // | 
|---|
|  |  |  | //////////////////////////////////////////////// | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存控制器整点上报历史数据 | 
|---|
|  |  |  | * 保存控制器定点上报历史数据 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 根据阀控器地址获取整点上报最新数据 | 
|---|
|  |  |  | * 根据阀控器地址获取定点上报最新数据 | 
|---|
|  |  |  | * @param intakeId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存控制器整点上报最新数据 | 
|---|
|  |  |  | * 保存控制器定点上报最新数据 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存控制器整点上报罪行数据 | 
|---|
|  |  |  | * 保存控制器定点上报罪行数据 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param intakeId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmLossLast getRmLossLast(Long intakeId){ | 
|---|
|  |  |  | List<RmLossLast> list = rmLossLastMapperDao.selectByIntakeId(intakeId) ; | 
|---|
|  |  |  | public RmLossDayLast getRmLossLast(Long intakeId){ | 
|---|
|  |  |  | List<RmLossDayLast> list = rmLossLastMapperDao.selectByIntakeId(intakeId) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmLossLast(RmLossLast po){ | 
|---|
|  |  |  | public void saveRmLossLast(RmLossDayLast po){ | 
|---|
|  |  |  | this.rmLossLastMapperDao.insert(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmLossHistory(RmLossHistory po){ | 
|---|
|  |  |  | public void saveRmLossHistory(RmLossDay po){ | 
|---|
|  |  |  | this.rmLossHistoryMapperDao.insert(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmLossLast(RmLossLast po){ | 
|---|
|  |  |  | public void updateRmLossLast(RmLossDayLast po){ | 
|---|
|  |  |  | this.rmLossLastMapperDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmLossHistory(RmLossHistory po){ | 
|---|
|  |  |  | public void updateRmLossHistory(RmLossDay po){ | 
|---|
|  |  |  | this.rmLossHistoryMapperDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmLossHistory getRmLossHistory(Long id){ | 
|---|
|  |  |  | public RmLossDay getRmLossHistory(Long id){ | 
|---|
|  |  |  | return rmLossHistoryMapperDao.selectByPrimaryKey(id) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param dt | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmLossLast getRmLossLastByDate(Date dt){ | 
|---|
|  |  |  | List<RmLossLast> list = rmLossLastMapperDao.selectByDate(dt) ; | 
|---|
|  |  |  | public RmLossDayLast getRmLossLastByDate(Date dt){ | 
|---|
|  |  |  | List<RmLossDayLast> list = rmLossLastMapperDao.selectByDate(dt) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param dt | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmLossHistory getRmLossHistoryByDate(Date dt){ | 
|---|
|  |  |  | List<RmLossHistory> list = rmLossHistoryMapperDao.selectByDate(dt) ; | 
|---|
|  |  |  | public RmLossDay getRmLossHistoryByDate(Date dt){ | 
|---|
|  |  |  | List<RmLossDay> list = rmLossHistoryMapperDao.selectByDate(dt) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | // | 
|---|
|  |  |  | // IC卡相关 | 
|---|
|  |  |  | // | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 得到农户卡 | 
|---|
|  |  |  | * @param cardAddr | 
|---|
|  |  |  | * @param cardNo | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public VoCardInfo1 getIcCard(String cardAddr, String cardNo){ | 
|---|
|  |  |  | if(NumUtil.isPlusIntNumber(cardNo)){ | 
|---|
|  |  |  | Long icCardNoLong = Long.parseLong(cardNo) ; | 
|---|
|  |  |  | List<VoCardInfo1> list = seClientCardDao.getCardsByAddrAndNum(cardAddr, icCardNoLong) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 得到农户虚拟卡 | 
|---|
|  |  |  | * @param cardNo | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public VoCardInfo1 getVirIcCard(String cardNo){ | 
|---|
|  |  |  | if(NumUtil.isPlusIntNumber(cardNo)){ | 
|---|
|  |  |  | Long icCardNoLong = Long.parseLong(cardNo) ; | 
|---|
|  |  |  | List<VoCardInfo1> list = seVirtualCardDao.getCardsByNum(icCardNoLong) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新实体卡剩余金额 | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @param remainMoney | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateIcCardRemainMoney(Long id , Double remainMoney){ | 
|---|
|  |  |  | seClientCardDao.updateMoney(id,remainMoney); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新虚拟卡剩余金额 | 
|---|
|  |  |  | * @param id | 
|---|
|  |  |  | * @param remainMoney | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateVirIcCardRemainMoney(Long id , Double remainMoney){ | 
|---|
|  |  |  | seVirtualCardDao.updateMoney(id,remainMoney); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | // | 
|---|
|  |  |  | // 水肥数据相关 | 
|---|
|  |  |  | // | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 通过FBox序列号得到水肥机实体 | 
|---|
|  |  |  | * @param fboxId FBox序列号 | 
|---|
|  |  |  | * @param no 编号 | 
|---|
|  |  |  | * @return 水肥机实体 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public PrStManure getStManureByFBoxIdAndNo(String fboxId, Integer no){ | 
|---|
|  |  |  | List<PrStManure> list = this.prStManureDao.selectStPoByFBoxIdAndNo(fboxId, no) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询上报最新数据 | 
|---|
|  |  |  | * @param stManureId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmManureLast getRmManureLast(Long stManureId) { | 
|---|
|  |  |  | List<RmManureLast> list = this.rmManureLastDao.selectRmManureLast(stManureId) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmManureHistory(RmManureHistory po) { | 
|---|
|  |  |  | this.rmManureHistoryDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmManureLast(RmManureLast po) { | 
|---|
|  |  |  | this.rmManureLastDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmManureLast(RmManureLast po){ | 
|---|
|  |  |  | this.rmManureLastDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | // | 
|---|
|  |  |  | // 墒情数据相关 | 
|---|
|  |  |  | // | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 通过FBox序列号得到墒情站实体 | 
|---|
|  |  |  | * @param fboxId FBox序列号 | 
|---|
|  |  |  | * @param no 编号 | 
|---|
|  |  |  | * @return 水肥机实体 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public PrStSoil getStSoilByFBoxIdAndNo(String fboxId, Integer no){ | 
|---|
|  |  |  | List<PrStSoil> list = this.prStSoilDao.selectStPoByFBoxIdAndNo(fboxId, no) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询上报最新数据 | 
|---|
|  |  |  | * @param stSoilId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmSoilLast getRmSoilLast(Long stSoilId) { | 
|---|
|  |  |  | List<RmSoilLast> list = this.rmSoilLastDao.selectRmSoilLast(stSoilId) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmSoilHistory(RmSoilHistory po) { | 
|---|
|  |  |  | this.rmSoilHistoryDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmSoilLast(RmSoilLast po) { | 
|---|
|  |  |  | this.rmSoilLastDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmSoilLast(RmSoilLast po){ | 
|---|
|  |  |  | this.rmSoilLastDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询上报日数据 | 
|---|
|  |  |  | * @param stSoilId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public RmSoilDay getRmSoilDay(Long stSoilId, Integer nowYmd) { | 
|---|
|  |  |  | List<RmSoilDay> list = this.rmSoilDayDao.selectRmSoilDay(stSoilId, nowYmd) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存日记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmSoilDay(RmSoilDay po) { | 
|---|
|  |  |  | this.rmSoilDayDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新日记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmSoilDay(RmSoilDay po){ | 
|---|
|  |  |  | this.rmSoilDayDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | // | 
|---|
|  |  |  | // 气象数据相关 | 
|---|
|  |  |  | // | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 通过FBox序列号得到气象站实体 | 
|---|
|  |  |  | * @param fboxId FBox序列号 | 
|---|
|  |  |  | * @param no 编号 | 
|---|
|  |  |  | * @return 水肥机实体 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public PrStWeather getStWeatherByFBoxIdAndNo(String fboxId, Integer no){ | 
|---|
|  |  |  | List<PrStWeather> list = this.prStWeatherDao.selectStPoByFBoxIdAndNo(fboxId, no) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 查询上报最新数据 | 
|---|
|  |  |  | * @param stWeatherId | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public RmWeatherLast getRmWeatherLast(Long stWeatherId) { | 
|---|
|  |  |  | List<RmWeatherLast> list = this.rmWeatherLastDao.selectRmWeatherLast(stWeatherId) ; | 
|---|
|  |  |  | if(list != null && list.size() > 0){ | 
|---|
|  |  |  | return list.get(0) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | return null ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmWeatherHistory(RmWeatherHistory po) { | 
|---|
|  |  |  | this.rmWeatherHistoryDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 保存最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void saveRmWeatherLast(RmWeatherLast po) { | 
|---|
|  |  |  | this.rmWeatherLastDao.insert(po); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 更新最新记录 | 
|---|
|  |  |  | * @param po | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateRmWeatherLast(RmWeatherLast po){ | 
|---|
|  |  |  | this.rmWeatherLastDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ////////////////////////////////////////////////////// | 
|---|
|  |  |  | 
|---|
|  |  |  | public RmCommandHistory getCommandLog(String commandId){ | 
|---|
|  |  |  | return rmCommandHistoryDao.selectByPrimaryKey(Long.parseLong(commandId)) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void updateCommandLog(RmCommandHistory po){ | 
|---|
|  |  |  | rmCommandHistoryDao.updateByPrimaryKey(po) ; | 
|---|
|  |  |  | } | 
|---|