a证后缀不用-A

This commit is contained in:
wuchunlei
2025-05-06 16:39:52 +08:00
parent 0aa9a06080
commit 1c049763d8

View File

@@ -359,7 +359,7 @@ public class ClassEntityServiceImpl extends ServiceImpl<ClassEntityDao, ClassEnt
sysDictDataEntity.setDictValue(oldNo+1+"");
sysDictDataService.updateById(sysDictDataEntity);
if ("A".equals(type)){
return "NO."+String.format("%06d", oldNo)+courseNamePinyin+"-A";
return "NO."+String.format("%06d", oldNo)+courseNamePinyin;
}else if ("B".equals(type)){
return "NO."+String.format("%06d", oldNo)+courseNamePinyin+"-B";
}else if ("ZK".equals(type)){