|
@@ -127,19 +127,19 @@ public class FileBlobController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/addIniPlan")
|
|
|
- public void addIniPlan(HttpServletRequest request) {
|
|
|
-
|
|
|
- String data = "\n" +
|
|
|
- "{\n" +
|
|
|
- " \"uploadAttachmentId\" : 17,\n" +
|
|
|
- " \"test\":11111111\n" +
|
|
|
- "}";
|
|
|
- OnsiteTitleBlob testEntry = OnsiteTitleBlob.builder().bentelerPlanId(Long.parseLong("1"))
|
|
|
- .titleContent(data.getBytes(StandardCharsets.UTF_8)).build();
|
|
|
- blobService.save(testEntry);
|
|
|
- System.out.println("11111111111111111111111111111111111111111");
|
|
|
- }
|
|
|
+// @GetMapping("/addIniPlan")
|
|
|
+// public void addIniPlan(HttpServletRequest request) {
|
|
|
+//
|
|
|
+// String data = "\n" +
|
|
|
+// "{\n" +
|
|
|
+// " \"uploadAttachmentId\" : 17,\n" +
|
|
|
+// " \"test\":11111111\n" +
|
|
|
+// "}";
|
|
|
+// OnsiteTitleBlob testEntry = OnsiteTitleBlob.builder().bentelerPlanId(Long.parseLong("1"))
|
|
|
+// .titleContent(data.getBytes(StandardCharsets.UTF_8)).build();
|
|
|
+// blobService.save(testEntry);
|
|
|
+// System.out.println("11111111111111111111111111111111111111111");
|
|
|
+// }
|
|
|
|
|
|
// @GetMapping("/getIniPlan")
|
|
|
// public void getIniPlan(HttpServletRequest request) {
|