修改订单审核确认

This commit is contained in:
fanzongzhe
2024-07-29 11:45:33 +08:00
parent 6805064bdc
commit 78d68f354b

View File

@@ -594,6 +594,6 @@ public class SmsSalesBillService extends MybatisBaseService<SmsSalesBillMapper,
baseMapper.updateById(smsSalesBill);
omsFlowNodeService.insert(omsFlowNode);
}
return rb;
return rb.success();
}
}