发起时保存modelId
This commit is contained in:
parent
d7cbc5a410
commit
fe201ca16e
@ -463,6 +463,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
|||||||
resultDetail.setCheckWeight(libDto.getWeight());
|
resultDetail.setCheckWeight(libDto.getWeight());
|
||||||
resultDetail.setStaffId(staffInfo.getId());
|
resultDetail.setStaffId(staffInfo.getId());
|
||||||
resultDetail.setPriority(libDto.getOrderBy());
|
resultDetail.setPriority(libDto.getOrderBy());
|
||||||
|
resultDetail.setModelId(modelDto.getId());
|
||||||
resultDetails.add(resultDetail);
|
resultDetails.add(resultDetail);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -723,6 +724,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
|||||||
resultDetail.setCheckWeight(libDto.getWeight());
|
resultDetail.setCheckWeight(libDto.getWeight());
|
||||||
resultDetail.setStaffId(staffInfo.getId());
|
resultDetail.setStaffId(staffInfo.getId());
|
||||||
resultDetail.setPriority(libDto.getOrderBy());
|
resultDetail.setPriority(libDto.getOrderBy());
|
||||||
|
resultDetail.setModelId(modelDto.getId());
|
||||||
resultDetails.add(resultDetail);
|
resultDetails.add(resultDetail);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user