|
@@ -515,9 +515,9 @@ public class TbOrderService extends ServiceImpl<TbOrderMapper, TbOrder> implemen
|
|
|
|
|
|
boolean update = super.updateById(tbOrder);
|
|
|
// TODO: 2023/8/28 边民发起支付申请,调用银行接口:验证边民支付信息,将货款先存入银行第三方账户,并给出回执
|
|
|
- PaymentDto paymentDto = this.getPaymentData(tbOrder);
|
|
|
+ /*PaymentDto paymentDto = this.getPaymentData(tbOrder);
|
|
|
StaticLog.info("\nsendSXB010——PaymentDto——:{}", JSONUtil.toJsonStr(paymentDto));
|
|
|
- paymentServerInterface.sendSXB010(paymentDto);
|
|
|
+ paymentServerInterface.sendSXB010(paymentDto);*/
|
|
|
|
|
|
return update;
|
|
|
}
|
|
@@ -614,9 +614,9 @@ public class TbOrderService extends ServiceImpl<TbOrderMapper, TbOrder> implemen
|
|
|
*/
|
|
|
public void sendConfirmMsgToHt(TbOrder tbOrder) {
|
|
|
TbPeople tbPeople = tbPeopleService.getById(tbOrder.getBuyUserId());
|
|
|
- StaticLog.info("\n--------------发送009信息到航通————边民不存在!!!");
|
|
|
if (tbPeople == null) {
|
|
|
- throw new AjaxError("边民不存在");
|
|
|
+ StaticLog.info("\n--------------发送009信息到航通————边民不存在!!!");
|
|
|
+ throw new AjaxError("--------------发送009信息到航通,边民不存在");
|
|
|
}
|
|
|
PeopleConfirmDTO peopleConfirmDTO = new PeopleConfirmDTO();
|
|
|
peopleConfirmDTO.setBorderName(tbOrder.getBuyUserName());
|