|
@@ -176,7 +176,7 @@ public class DailyImportSummaryController {
|
|
|
) throws Exception {
|
|
|
Lock obtain = redisLockRegistry.obtain(Constant.RedisPrefix.LOCK_DAILY_SUMMARY);
|
|
|
if (!obtain.tryLock(10, TimeUnit.SECONDS)) {
|
|
|
- throw new RemoteServiceException("正在汇总中,请稍后再试");
|
|
|
+ throw new RemoteServiceException("正在执行中,请稍后再试");
|
|
|
}
|
|
|
try {
|
|
|
dailyImportSummaryLogic.reduceCountDo(importBatchNo);
|
|
@@ -194,7 +194,7 @@ public class DailyImportSummaryController {
|
|
|
) throws Exception {
|
|
|
Lock obtain = redisLockRegistry.obtain(Constant.RedisPrefix.LOCK_DAILY_SUMMARY);
|
|
|
if (!obtain.tryLock(10, TimeUnit.SECONDS)) {
|
|
|
- throw new RemoteServiceException("正在汇总中,请稍后再试");
|
|
|
+ throw new RemoteServiceException("正在执行中,请稍后再试");
|
|
|
}
|
|
|
try {
|
|
|
dailyImportSummaryLogic.reduceBatchDo(ids);
|