|
|
|
@ -2100,6 +2100,10 @@ public class BeanTransitionUtils { |
|
|
|
|
if (StringUtils.isBlank(commonOrderInfo.getOrderInfo().getGhfQylx())) { |
|
|
|
|
commonOrderInfo.getOrderInfo().setGhfQylx(buyerEntity.getGhfQylx()); |
|
|
|
|
} |
|
|
|
|
// task4575 购方税号为空设置为个人发票
|
|
|
|
|
if (StringUtils.isBlank(buyerEntity.getTaxpayerCode())) { |
|
|
|
|
commonOrderInfo.getOrderInfo().setGhfQylx(OrderInfoEnum.GHF_QYLX_03.getKey()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 如果购方税号为空,补全税号 |
|
|
|
|