|
@@ -42,6 +42,12 @@ import java.util.stream.Collectors;
|
|
|
|
|
|
|
|
import static org.dromara.common.mybatis.core.mapper.BaseMapperPlus.log;
|
|
import static org.dromara.common.mybatis.core.mapper.BaseMapperPlus.log;
|
|
|
|
|
|
|
|
|
|
+/**
|
|
|
|
|
+ * MINI端 - 订单控制器
|
|
|
|
|
+ *
|
|
|
|
|
+ * @author
|
|
|
|
|
+ * @date 2026-04-17
|
|
|
|
|
+ */
|
|
|
@Validated
|
|
@Validated
|
|
|
@RequiredArgsConstructor
|
|
@RequiredArgsConstructor
|
|
|
@RestController
|
|
@RestController
|
|
@@ -183,7 +189,6 @@ public class MiniOrderController extends BaseController {
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 提交订单(MINI端下单)
|
|
* 提交订单(MINI端下单)
|
|
|
- * 调用服务层 insertByBo 方法实现
|
|
|
|
|
*/
|
|
*/
|
|
|
@Log(title = "MINI端-提交订单", businessType = BusinessType.INSERT)
|
|
@Log(title = "MINI端-提交订单", businessType = BusinessType.INSERT)
|
|
|
@PostMapping("/submit")
|
|
@PostMapping("/submit")
|