|
@@ -35,6 +35,7 @@ import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.http.HttpHeaders;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
import springfox.documentation.spring.web.json.Json;
|
|
|
|
|
@@ -584,6 +585,7 @@ public class HeliPayServiceImpl implements HeliPayService {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
|
public void delayedSplitting(String callUrl) {
|
|
|
log.info("【延时分账】>>>>>>>>>>延时分账,每一小时执行一次");
|
|
|
Calendar calendar = Calendar.getInstance();
|