|
|
@@ -306,6 +306,9 @@ public class PatentInfoServiceImpl extends BaseMybatisDao<PatentInfoMapper> impl
|
|
|
patentInfo.setDeletedSign(0);
|
|
|
patentInfo.setConfirmState(0);
|
|
|
patentInfo.setPatentState(PatentInfoStatus.CREATE.getCode());
|
|
|
+ Calendar now = Calendar.getInstance();
|
|
|
+ now.set(Calendar.MILLISECOND, 0);
|
|
|
+ patentInfo.setRecordTime(now.getTime());
|
|
|
if (TokenManager.getToken() instanceof Admin) {
|
|
|
patentInfo.setPrincipal(TokenManager.getAdminId());
|
|
|
} else {
|