Commit 64dcf832 authored by 赵啸非's avatar 赵啸非

修改材料附件上传

parent 60da0a7a
package com.mortals.xhx.module.matter.web;
import com.alibaba.fastjson.JSON;
import com.mortals.framework.exception.AppException;
import com.mortals.xhx.base.system.param.service.ParamService;
import com.mortals.xhx.module.matter.model.MatterDatumFileEntity;
......@@ -122,6 +123,7 @@ public class MatterDatumController extends BaseCRUDJsonPhpController<MatterDatum
@PostMapping(value = "save")
public String save(@RequestBody MatterDatumEntity entity) {
try {
log.info(String.format("事项申请材料 request:%s", JSON.toJSONString(entity)));
MatterDatumForm form = new MatterDatumForm();
form.setMatterDatum(entity);
return super.save(form);
......
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