| | |
| | | package com.dy.rtuMw.server.rtuData.dbSv; |
| | | |
| | | import com.alibaba.fastjson2.JSON; |
| | | import com.dy.common.util.NumUtil; |
| | | import com.dy.pipIrrGlobal.daoPr.PrControllerMapper; |
| | | import com.dy.pipIrrGlobal.daoPr.PrControllerTrampMapper; |
| | |
| | | */ |
| | | @Transactional(rollbackFor = Exception.class) |
| | | public void savePrConctrollerTramp(PrControllerTramp po){ |
| | | System.out.println("------------------------------********************--------------------"); |
| | | po.setOrgTag("DY"); |
| | | System.out.println(JSON.toJSONString(po)); |
| | | if(po.getOrgTag().trim().length() > 2) { |
| | | po.setOrgTag("DY"); |
| | | } |
| | | this.prControllerTrampMapperDao.insert(po) ; |
| | | } |
| | | /** |