a证后缀不用-A
This commit is contained in:
@@ -359,7 +359,7 @@ public class ClassEntityServiceImpl extends ServiceImpl<ClassEntityDao, ClassEnt
|
|||||||
sysDictDataEntity.setDictValue(oldNo+1+"");
|
sysDictDataEntity.setDictValue(oldNo+1+"");
|
||||||
sysDictDataService.updateById(sysDictDataEntity);
|
sysDictDataService.updateById(sysDictDataEntity);
|
||||||
if ("A".equals(type)){
|
if ("A".equals(type)){
|
||||||
return "NO."+String.format("%06d", oldNo)+courseNamePinyin+"-A";
|
return "NO."+String.format("%06d", oldNo)+courseNamePinyin;
|
||||||
}else if ("B".equals(type)){
|
}else if ("B".equals(type)){
|
||||||
return "NO."+String.format("%06d", oldNo)+courseNamePinyin+"-B";
|
return "NO."+String.format("%06d", oldNo)+courseNamePinyin+"-B";
|
||||||
}else if ("ZK".equals(type)){
|
}else if ("ZK".equals(type)){
|
||||||
|
|||||||
Reference in New Issue
Block a user