Commit ed85243e authored by 刘林's avatar 刘林

fix(jg):历史气瓶导入使用登记证编号校验规则修改

parent f987a7a0
......@@ -3178,6 +3178,8 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
} else {
throw new BadRequest("登记证编号不能使用系统还未生成编号!");
}
} else if (currentYearLastTwoDigits <= extractedYear){
throw new BadRequest("登记证编号不能使用超出当年年份编号!");
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment