|
|
@ -734,7 +734,7 @@ public class StudyFormFillServiceImpl extends ServiceImpl |
|
|
throw new ServiceException("学科不存在或已删除"); |
|
|
throw new ServiceException("学科不存在或已删除"); |
|
|
} |
|
|
} |
|
|
// MB+表单名缩写(底层模板名称)+版本号+试验编号+学科缩写+流水号+流水号 |
|
|
// MB+表单名缩写(底层模板名称)+版本号+试验编号+学科缩写+流水号+流水号 |
|
|
return "MB"+template.getShowSn()+study.getSn()+dep.getAbbr()+snGenService.getNewSn(SnTypeEnum.ybbd.getValue())+snGenService.getNewSn(SnTypeEnum.ybbd.getValue()); |
|
|
|
|
|
|
|
|
return "MB-"+template.getShowSn()+"-"+study.getSn()+"-"+dep.getAbbr()+"-"+snGenService.getNewSn(SnTypeEnum.tbbd.getValue())+"-"+snGenService.getNewSn(SnTypeEnum.tbbd.getValue()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|