wujiefeng hai 9 meses
pai
achega
20b1e0fe29

+ 1 - 0
RewardServer/src/main/java/com/zhongshu/reward/server/core/service/WxTransferService.java

@@ -179,6 +179,7 @@ public class WxTransferService {
         return ResultContent.buildContent(list.stream().map(this::toModel).collect(Collectors.toList()));
     }
 
+
     public Object updateTransferStatus(String transferId){
         WxTransferBatch wxTransferBatch = wxTransferBatchDao.findTop1ById(transferId);
         if (ObjectUtils.isEmpty(wxTransferBatch)){