|
|
@@ -117,6 +117,9 @@ public class WxCarCallBackController extends BaseController { |
|
|
HashMap<String, Object> map = new HashMap<String, Object>(); |
|
|
HashMap<String, Object> map = new HashMap<String, Object>(); |
|
|
map.put("synId", synId); |
|
|
map.put("synId", synId); |
|
|
map.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_IN.getCode()); |
|
|
map.put("cmdType", EnumCarCmd.CAR_ETCP_CALLBACK_PARK_IN.getCode()); |
|
|
|
|
|
if(tenantId != null) { |
|
|
|
|
|
map.put("tenantId", tenantId); |
|
|
|
|
|
} |
|
|
Long count = wxCarCmdLogService.getCountBySynId(map); |
|
|
Long count = wxCarCmdLogService.getCountBySynId(map); |
|
|
if(count > 0) { |
|
|
if(count > 0) { |
|
|
logger.error("ETCP synId已入库: " + paramMap.toString()); |
|
|
logger.error("ETCP synId已入库: " + paramMap.toString()); |
|
|
|