修复bug
This commit is contained in:
@@ -672,6 +672,7 @@ public class IndustryStepServiceImpl implements IIndustryStepService {
|
||||
|
||||
@Override
|
||||
public void start(IndustryStep industryStep) {
|
||||
industryStep.setState(0L);
|
||||
List<IndustryStepVo> industryStepVos = industryStepMapper.selectIndustryStepList(industryStep);
|
||||
if (!industryStepVos.isEmpty()) {
|
||||
IndustryStepVo firstStep = industryStepVos.get(0);
|
||||
|
||||
Reference in New Issue
Block a user