Commit fdb2697b authored by 刘林's avatar 刘林

fix(jg):打证报错问题处理

parent 6755e975
...@@ -388,7 +388,7 @@ public class JgUseRegistrationManageServiceImpl extends BaseService<JgUseRegistr ...@@ -388,7 +388,7 @@ public class JgUseRegistrationManageServiceImpl extends BaseService<JgUseRegistr
new LambdaQueryWrapper<JgUseRegistration>() new LambdaQueryWrapper<JgUseRegistration>()
.eq(JgUseRegistration::getUseRegistrationCode, useRegistrationCode) .eq(JgUseRegistration::getUseRegistrationCode, useRegistrationCode)
).stream() ).stream()
.max(Comparator.comparing(JgUseRegistration::getRegType)) .max(Comparator.comparing(JgUseRegistration::getRecDate))
.ifPresent(useRegistration -> jgUseRegistrationService.exportUseRegistrationCertificate(String.valueOf(useRegistration.getSequenceNbr()), response, getPrintTypeCode(printType))); .ifPresent(useRegistration -> jgUseRegistrationService.exportUseRegistrationCertificate(String.valueOf(useRegistration.getSequenceNbr()), response, getPrintTypeCode(printType)));
} }
break; break;
......
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