提交 8546f603 作者: chaining

feat: 墙盒状态接口返回审核人员信息

父级 56cf1265
......@@ -194,6 +194,7 @@
t_wallbox_apply.created_time,
t_wallbox_apply.modify_account,
t_wallbox_apply.modify_time,
wb_account.name as checkName,
t_order.user_name,
t_order.user_phone,
t_order.wallbox_model,
......@@ -210,6 +211,7 @@
FROM t_order
LEFT JOIN t_wallbox_apply ON t_wallbox_apply.order_id = t_order.id
left join wb_account on t_wallbox_apply.check_account = wb_account.id
where t_wallbox_apply.order_id = #{orderId}
</select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论