提交 8546f603 作者: chaining

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

父级 56cf1265
...@@ -194,6 +194,7 @@ ...@@ -194,6 +194,7 @@
t_wallbox_apply.created_time, t_wallbox_apply.created_time,
t_wallbox_apply.modify_account, t_wallbox_apply.modify_account,
t_wallbox_apply.modify_time, t_wallbox_apply.modify_time,
wb_account.name as checkName,
t_order.user_name, t_order.user_name,
t_order.user_phone, t_order.user_phone,
t_order.wallbox_model, t_order.wallbox_model,
...@@ -206,10 +207,11 @@ ...@@ -206,10 +207,11 @@
t_order.address, t_order.address,
t_order.out_order_id, t_order.out_order_id,
t_order.install_finish_time, t_order.install_finish_time,
t_order.shipno as tracking_number t_order.shipno as tracking_number
FROM t_order FROM t_order
LEFT JOIN t_wallbox_apply ON t_wallbox_apply.order_id = t_order.id 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} where t_wallbox_apply.order_id = #{orderId}
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论