1.pms主网测点数据统计功能
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user