|
@@ -167,7 +167,7 @@ public class QuestionFacade extends QuestionInfoServiceImpl {
|
|
|
throw new CommonException(CommonErrorCode.SERVER_IS_ERROR, "标签被修改,请刷新后重新保存");
|
|
|
}
|
|
|
} else {
|
|
|
- String name = "组合项_" + DateUtil.format(DateUtil.now(), DateUtil.FORMAT_FULL);
|
|
|
+ String name = "组合项_" + DateUtil.format(now, DateUtil.FORMAT_FULL);
|
|
|
ques.setTagName(name);
|
|
|
ques.setName(name);
|
|
|
ques.setTagType(TagTypeEnum.T10.getKey());
|