mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
orders表parent_no改为parent_id
This commit is contained in:
+7
@@ -174,4 +174,11 @@ public class PlateController {
|
||||
public CommonResult<OrderWechatMiniProgramCadInfoRespVO> getOrderInfoByPlateNo(@PathVariable String plateNo) {
|
||||
return success(plateService.getOrderInfoByPlateNo(plateNo));
|
||||
}
|
||||
|
||||
@PostMapping("/wechat/miniprogram/cadview/order/info/{plateNo:[A-Fa-f0-9]{6}[A-Za-z0-9]{11}}")
|
||||
@Operation(summary = "微信小程序根据板编号获取单板所属订单信息")
|
||||
@Parameter(name = "plateNo", description = "板编号", required = true)
|
||||
public CommonResult<OrderWechatMiniProgramCadInfoRespVO> getOrderDetailsByPlateNo(@PathVariable String plateNo) {
|
||||
return success(plateService.getOrderInfoByPlateNo(plateNo));
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -105,7 +105,7 @@
|
||||
o.id,
|
||||
o.api_order_id,
|
||||
o.customer,
|
||||
o.parent_no,
|
||||
o.parent_id,
|
||||
o.organ_id,
|
||||
o.status,
|
||||
o.order_date,
|
||||
@@ -133,7 +133,7 @@
|
||||
o.id,
|
||||
o.api_order_id,
|
||||
o.customer,
|
||||
o.parent_no,
|
||||
o.parent_id,
|
||||
o.organ_id,
|
||||
o.status,
|
||||
o.order_date,
|
||||
|
||||
Reference in New Issue
Block a user