解决退货单结束服务报错
This commit is contained in:
parent
8960e98404
commit
f02a700115
|
|
@ -41,8 +41,8 @@
|
|||
select
|
||||
toll_price as tollPrice,
|
||||
com_price as comPrice
|
||||
from nu_config_service_directive a
|
||||
where b.id = #{directiveId}
|
||||
from nu_config_service_directive
|
||||
where id = #{directiveId}
|
||||
</select>
|
||||
|
||||
<select id="queryDataPoolList" resultType="com.nu.modules.biz.invoicing.order.entity.InvoicingOrders">
|
||||
|
|
|
|||
Loading…
Reference in New Issue