|
|
@@ -1882,8 +1882,7 @@ public class ReceivableServiceImpl extends ServiceImpl<ReceivableMapper, InsPlyI
|
|
|
InvoicingVo invoicingVo = platformSettlementVo.getInvoicingVo();
|
|
|
log.info("平台结算:platformSettlement=[{}]", JSONUtil.toJsonStr(platformSettlementVo));
|
|
|
|
|
|
- if (StrUtil.isBlank(platformSettlementVo.getInvoicingVo().getContactPerson())
|
|
|
- || StrUtil.isBlank(platformSettlementVo.getInvoicingVo().getContactPersonPhone())){
|
|
|
+ if (StrUtil.isBlank(platformSettlementVo.getInvoicingVo().getContactPerson())){
|
|
|
throw new SystemException("对接人信息不能为空");
|
|
|
}
|
|
|
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss");
|