This commit is contained in:
linfso 2024-06-24 11:23:42 +08:00
parent d999fabfa0
commit 409ec6fcf1

View File

@ -170,6 +170,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="getValidSpecialCalcWeight" resultMap="EmisSpecialCalcWeightResult">
select id, prod_code, prod_name, country, trans_line_code, status, carry_type, begin_weight, end_weight, begin_date, end_date, remark, tenant_id, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
from emis_special_calc_weight a
where del_flag='0'
and prod_code = #{prodCode}
and ( begin_weight <![CDATA[< ]]> #{weight} and #{weight} <![CDATA[<= ]]> end_weight )