|
@@ -63,8 +63,8 @@ public class KprAimWaterCollecationBizFun {
|
|
|
map.put("LastModifyTime",null);
|
|
|
list.add(map);
|
|
|
responseRes.setResdata(list);
|
|
|
- responseRes.setRescode(ResponseCode.RESULT_BAD.toStrCode());
|
|
|
- responseRes.setResmsg(ResponseCode.RESULT_BAD.toStrMsg());
|
|
|
+ responseRes.setRescode(ResponseCode.RESULT_NORMAL.toStrCode());
|
|
|
+ responseRes.setResmsg(ResponseCode.RESULT_NORMAL.toStrMsg());
|
|
|
try {
|
|
|
//
|
|
|
List<Map<String, Object>> resList = getWaterTapWaterApi().getTbMWater(jpTbMWater.getIsPage(),
|
|
@@ -100,8 +100,8 @@ public class KprAimWaterCollecationBizFun {
|
|
|
map.put("LastModifyTime",null);
|
|
|
list.add(map);
|
|
|
responseRes.setResdata(list);
|
|
|
- responseRes.setRescode(ResponseCode.RESULT_BAD.toStrCode());
|
|
|
- responseRes.setResmsg(ResponseCode.RESULT_BAD.toStrMsg());
|
|
|
+ responseRes.setRescode(ResponseCode.RESULT_NORMAL.toStrCode());
|
|
|
+ responseRes.setResmsg(ResponseCode.RESULT_NORMAL.toStrMsg());
|
|
|
try {
|
|
|
//
|
|
|
List<Map<String, Object>> resList = getWaterTapWaterApi().getTbMHourwater(jpTbMHourWater.getIsPage(),
|