This commit is contained in:
linfso 2025-06-30 17:05:35 +08:00
parent 03cb19257d
commit fefa52b21a

View File

@ -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>