md
This commit is contained in:
parent
03cb19257d
commit
fefa52b21a
@ -31,7 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
|
||||
<select id="selectEmisTmsCostProfitList" parameterType="EmisTmsCostProfit" resultMap="EmisTmsCostProfitWithSubBillResult">
|
||||
select
|
||||
b.id, b.bill_code,a.bill_month, b.standard_fee, b.bill_fee, b.cost_fee, b.bill_profit,
|
||||
b.id, b.bill_code,b.bill_month, b.standard_fee, b.bill_fee, b.cost_fee, b.bill_profit,
|
||||
b.remark, b.del_flag, b.create_by, b.create_time, b.update_by, b.update_time, b.create_site, b.update_site
|
||||
from emis_tms_cost_profit b,emis_waybill a
|
||||
<where>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user