|
@@ -208,7 +208,7 @@ public class OutStoreFormServiceImpl extends BaseServiceImpl<OutStoreFormMapper,
|
|
|
public void updateStore(String outStoreFormId) {
|
|
|
|
|
|
OutStoreForm outStoreForm = this.getModelById(outStoreFormId);
|
|
|
- outStoreForm.setStatus(OutStoreStatusEnum.EXECUTING.getValue());
|
|
|
+ outStoreForm.setStatus(OutStoreStatusEnum.NOT_EXECUTE.getValue());
|
|
|
mapper.updateByPrimaryKey(outStoreForm);
|
|
|
|
|
|
Weekend<OutStoreDetail> detailWeekend = new Weekend<>(OutStoreDetail.class);
|