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