|
@@ -21,7 +21,7 @@ public class WaterPressureServiceImpl implements WaterPressureService {
|
|
private ConfigService configService;
|
|
private ConfigService configService;
|
|
|
|
|
|
public void waterPressureMessageReceiver(String data){
|
|
public void waterPressureMessageReceiver(String data){
|
|
- log.info("WaterPressure 接到数据 ==>",data);
|
|
|
|
|
|
+ log.info("WaterPressure 接到数据 ==>{}",data);
|
|
JSONObject object;
|
|
JSONObject object;
|
|
String res;
|
|
String res;
|
|
try {
|
|
try {
|