| | |
| | | import com.google.gson.JsonObject; |
| | | import com.google.gson.JsonParser; |
| | | import com.whyc.constant.CMD_Constant; |
| | | import com.whyc.constant.Constant_PowerDevRtSet; |
| | | import com.whyc.dto.Response; |
| | | import com.whyc.mapper.CKPowerDevRtSetMapper; |
| | | import com.whyc.pojo.db_ckpwrdev_data_rt.CKPowerDevRt; |
| | |
| | | Date now = new Date(); |
| | | List<CKPowerDevRtSetLog> logList = set.getLogList(); |
| | | logList.forEach(log->{ |
| | | String param = log.getParam(); |
| | | Integer devType = Constant_PowerDevRtSet.getDevType(param); |
| | | log.setDevType(devType); |
| | | log.setCreateTime(now); |
| | | log.setCreateDay(now); |
| | | }); |