Commit 949556d5 authored by 赵啸非's avatar 赵啸非

修改热门词汇

parent 1a257a74
Pipeline #2423 canceled with stages
...@@ -49,7 +49,7 @@ public class MatterDatumPrintController extends BaseCRUDJsonBodyMappingControlle ...@@ -49,7 +49,7 @@ public class MatterDatumPrintController extends BaseCRUDJsonBodyMappingControlle
@Override @Override
@UnAuth @UnAuth
public String save(MatterDatumPrintEntity entity) { public String save(@RequestBody MatterDatumPrintEntity entity) {
return super.save(entity); return super.save(entity);
} }
} }
\ No newline at end of file
...@@ -40,9 +40,9 @@ Content-Type: application/json ...@@ -40,9 +40,9 @@ Content-Type: application/json
"siteId":3, "siteId":3,
"orderId":"123456789", "orderId":"123456789",
"materialId":1, "materialId":1,
"materialName":"测试表单材料", "materialName":"测试表单材料1",
"type":2, "type":2,
"docPath":"/mortals/app/data/file/fileupload/1670485801511.docx", "docPath":"fileupload/1670485801511.docx",
"formContent":"表单内容" "formContent":"表单内容"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment