1.pms主网测点数据统计功能

This commit is contained in:
2024-10-23 14:24:09 +08:00
parent ef35d9bdbe
commit b3f553c450
12 changed files with 332 additions and 27 deletions

View File

@@ -170,7 +170,7 @@ public class SupvPlanServiceImpl extends ServiceImpl<SupvPlanMapper, SupvPlan> i
}
}
if(!byId.getSupvType().equals(supvPlanParam.getSupvType())){
if(StrUtil.isBlank(supvPlanParam.getSupvObjId()) || !byId.getSupvType().equals(supvPlanParam.getSupvType())){
supvPlan.setSupvObjId(IdUtil.simpleUUID());
}