|
|
|
@@ -66,7 +66,7 @@ public class WxCarCmdLogServiceImpl implements WxCarCmdLogService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Long getCountBySynId(HashMap<String, String> params) { |
|
|
|
public Long getCountBySynId(HashMap<String, Object> params) { |
|
|
|
return wxCarCmdLogMapper.countBySynId(params); |
|
|
|
} |
|
|
|
|
|
|
|
|