Commit 4d443bd5 by 穆龙飞

modify:创建增加所属供应商

parent 5463d2da
......@@ -416,6 +416,7 @@ public class ChangeFlowBiz {
changeRecord.setState(ChangeStatusEnum.WAIT.getStatus());
// 变更结论
changeRecord.setCreateSource(changeFlowCreateReq.getCreateSource());
changeRecord.setCreateSupplier(changeFlowCreateReq.getSupplier());
changeRecord.setCreateSupplier(changeFlowCreateReq.getChangeSupplier());
changeRecord.setCreateTime(DateUtils.getCurrentTime());
changeRecord.setUpdateTime(DateUtils.getCurrentTime());
......
......@@ -137,4 +137,9 @@ public class ChangeFlowCreateReq {
*/
@NotNull(message = "创建端不能为空")
private Integer createSource;
/**
* 同舟用户所属供应商
*/
private String supplier;
}
\ No newline at end of file
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