|
@@ -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)){
|