海南版本提交

This commit is contained in:
hzj
2024-04-02 09:17:35 +08:00
parent b834fc8a40
commit 40bc9e57f3
2 changed files with 4 additions and 4 deletions

View File

@@ -1018,7 +1018,7 @@ public class CarryCapcityServiceImpl implements CarryCapcityService {
carryCapacityResultPO.setIResultList(JSONUtil.toJsonStr(carryCapacityIResultList));
long count = carryCapacityIResultList.stream().filter(temp -> temp.getI() > temp.getI_limit()).count();
carryCapacityResultPO.setReslutLevel(count==0?6:5);
vo.setReslutLevel(count==0?6:5);
carryCapacityResultPOService.save(carryCapacityResultPO);
return vo;