提交 eeb16b13 作者: zhangqiliang

优化

父级 4f413064
......@@ -215,7 +215,7 @@ public class WallboxApplyController {
* 根据订单号查询详情
*/
@ApiOperation(value = "根据订单号查询详情")
@GetMapping(value = "/{orderId}")
@GetMapping(value = "/detail/{orderId}")
public BaseResponse<Object> getInfoByOrderId(@PathVariable("orderId") String orderId) {
return new BaseResponse<>(wallboxApplyService.getInfoByOrderId(orderId));
}
......
......@@ -196,7 +196,7 @@
left join t_oem_cascade tc on tc.id = t_wallbox_apply.wallbox_model
where t_wallbox_apply.id = #{id}
</select>
<select id="getInfoByOrderId" parameterType="Long"
<select id="getInfoByOrderId" parameterType="String"
resultType="com.boco.nbd.wios.manage.entity.vo.WallboxApplyInstallInfoVO">
SELECT t_wallbox_apply.id,
t_wallbox_apply.order_id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论