Commit 1068adbd by sdif

用户端代码提交

parent d922aaa8
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</select> </select>
<select id="selectFinishTime" resultType="java.lang.String"> <select id="selectFinishTime" resultType="java.lang.String">
select concat(zyph_order.start_day, '-', zyph_order.start_time) select concat(d.start_day, ' ', d.start_time)
from total_order t left join zyph_order d on d.order_id = t.id from total_order t left join zyph_order d on d.order_id = t.id
where t.id = #{id} where t.id = #{id}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment