|
|
@@ -76,6 +76,7 @@ public class OrderDunTask {
|
|
|
*/
|
|
|
@ResponseBody
|
|
|
@Scheduled(cron = "0 0 3 * * ?")
|
|
|
+ @RequestMapping(value = "/open/test", method = RequestMethod.GET)
|
|
|
@Transactional(rollbackFor=Exception.class)
|
|
|
public void startTask() throws InterruptedException {
|
|
|
updateNewOrderDun();
|