|
@@ -249,6 +249,10 @@ public class OrganizationEvaluationServiceImpl extends ServiceImpl<OrganizationE
|
|
}
|
|
}
|
|
|
|
|
|
private void orgRating(OrganizationEvaluation entity) {
|
|
private void orgRating(OrganizationEvaluation entity) {
|
|
|
|
+ if (!entity.getCheckCycle().equals("NDKP")) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
String uuid = UUID.randomUUID().toString().replace("-", "");
|
|
String uuid = UUID.randomUUID().toString().replace("-", "");
|
|
entity.setOrganizationEvaluationCode("dwpj_"+entity.getYear());
|
|
entity.setOrganizationEvaluationCode("dwpj_"+entity.getYear());
|
|
entity.setId(uuid);
|
|
entity.setId(uuid);
|