|
@@ -227,7 +227,7 @@ public class TmstrainLoadingResultServiceImpl implements ITmstrainLoadingResultS
|
|
tmstrainLoadingResult.setResultId(new BigDecimal(resultId)); //设置要补录的实绩主键
|
|
tmstrainLoadingResult.setResultId(new BigDecimal(resultId)); //设置要补录的实绩主键
|
|
count += tmstrainLoadingResultMapper.updateByPrimaryKeySelective(tmstrainLoadingResult);
|
|
count += tmstrainLoadingResultMapper.updateByPrimaryKeySelective(tmstrainLoadingResult);
|
|
}
|
|
}
|
|
- //全部补录成功,发送计量委托
|
|
|
|
|
|
+ //全部补录成功,在此处发送计量委托
|
|
if(resultIdList.size()-count==0)
|
|
if(resultIdList.size()-count==0)
|
|
System.out.println("发送计量委托");
|
|
System.out.println("发送计量委托");
|
|
return count;
|
|
return count;
|