分号错位修改
This commit is contained in:
@@ -73,8 +73,7 @@ public class ContractApiImpl implements ContractApi {
|
||||
reqVO.getContractPaperNumber()
|
||||
+ "-"
|
||||
+ LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMddHHmmSSS")),
|
||||
reqVO)
|
||||
;
|
||||
reqVO);
|
||||
return success(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user