소스 검색

[分账][修复]:保存分账接收者信息

release_toaliyun_real
hupeng 7 년 전
부모
커밋
baf9c3b70a
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/impl/WxProfitSharingOrderServiceImpl.java 파일 보기

@@ -227,6 +227,9 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ
psCmd.setSign_type("HMAC-SHA256"); psCmd.setSign_type("HMAC-SHA256");
psCmd.setReceivers(receivers.toJSONString()); psCmd.setReceivers(receivers.toJSONString());


record.setReceivers(receivers.toJSONString());
wxProfitSharingOrderMapper.updateByPrimaryKey(record);
String response; String response;
try { try {
psCmd.setSign(WxPayment.createSignHMAC(BeanUtils.toStringMap(psCmd), payAccount.getApiKey())); psCmd.setSign(WxPayment.createSignHMAC(BeanUtils.toStringMap(psCmd), payAccount.getApiKey()));


불러오는 중...
취소
저장