Commit 0aa930c10cf3724edeeb95ddf4c1315c98eb34d7
1 parent
e81baf3d
青浦电量接口添加供应商名称与供应商ID字段。
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/server_rs/electric/ElectricService.java
| ... | ... | @@ -94,7 +94,7 @@ public class ElectricService { |
| 94 | 94 | if(body.containsKey("operatorName")){ |
| 95 | 95 | jdlReception.setOperatorName(body.getString("operatorName")); |
| 96 | 96 | }if(body.containsKey("operatorId")){ |
| 97 | - jdlReception.setOperatorName(body.getString("operatorId")); | |
| 97 | + jdlReception.setOperatorId(body.getString("operatorId")); | |
| 98 | 98 | } |
| 99 | 99 | jdlReception.setOrigin(0); |
| 100 | 100 | jdlReception.setCreateBy("接口接入"); | ... | ... |