@@ -244,7 +244,7 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
if (StringUtils.isEmpty(data) || null == jsonObject) {
return result;
}
- if (StringUtils.isEmpty(companyName) && StringUtils.isEmpty(taxpayerCode)) {
+ if (StringUtils.isEmpty(companyName) || StringUtils.isEmpty(taxpayerCode)) {
result.setMsg("查询错误");
result.setCode(9998);