|
@@ -1075,7 +1075,8 @@ public class DailyImportSummaryLogic {
|
|
|
List<SettleDailyReduceCost> reduceList = settleDailyReduceCostService.lambdaQuery()
|
|
|
.eq(SettleDailyReduceCost::getCompanyWechatId, adminUser.getAdminCompanyWechat().getCompanyWechatId())
|
|
|
.eq(SettleDailyReduceCost::getImportBatchNo, importBatchNo)
|
|
|
- .eq(SettleDailyReduceCost::getDoStatus, DailyConstant.DO_STATUS_NOT).list();
|
|
|
+ .eq(SettleDailyReduceCost::getDoStatus, DailyConstant.DO_STATUS_NOT)
|
|
|
+ .list();
|
|
|
|
|
|
if (reduceList.size() == 0) {
|
|
|
throw new RemoteServiceException("暂无可扣回的数据");
|