|
@@ -255,9 +255,9 @@ public class CustomerInterLowerServiceImpl implements CustomerInterLowerService
|
|
|
return result;
|
|
|
}
|
|
|
if( 0 == cust.getBussinessType()){
|
|
|
- taxpayerCode = jsonObject.getString("taxplayerCode");
|
|
|
- }else{
|
|
|
taxpayerCode = jsonObject.getString("taxpayerCode");
|
|
|
+ }else if(2 == cust.getBussinessType()){
|
|
|
+ taxpayerCode = jsonObject.getString("taxplayerCode");
|
|
|
}
|
|
|
if (StringUtils.isEmpty(companyName) || StringUtils.isEmpty(taxpayerCode)) {
|
|
|
|