Commit 5fecca16 by zhanglt

领用接口调整

parent dc7e9f39
......@@ -96,7 +96,7 @@ public class MaterialRequisitionService extends CrudService<MaterialRequisitionM
materialRequisition.setNumber(this.createLYDH());
}
materialRequisition.setStatus("2");
this.save(materialRequisition);
super.save(materialRequisition);
Outbound outbound = new Outbound();
//设置相关表单id为领用主表的ID
outbound.setRelationId(materialRequisition.getId());
......
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