|
@@ -208,7 +208,7 @@ public class FlowExampleServiceImpl extends ServiceImpl<FlowExampleMapper, FlowE
|
|
public void setStartData(SetStartDataDto dto) {
|
|
public void setStartData(SetStartDataDto dto) {
|
|
FlowExample flowExample = new FlowExample();
|
|
FlowExample flowExample = new FlowExample();
|
|
flowExample.setId(dto.getExampleId());
|
|
flowExample.setId(dto.getExampleId());
|
|
- flowExample.setStartData(dto.getStartDate().toJSONString());
|
|
|
|
|
|
+ flowExample.setStartData(dto.getStartData().toJSONString());
|
|
updateById(flowExample);
|
|
updateById(flowExample);
|
|
}
|
|
}
|
|
|
|
|