md
This commit is contained in:
parent
59bd0ee911
commit
c20940f827
@ -49,6 +49,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and salesmen = #{salesmen}
|
||||
and sales_ass = #{salesAss}
|
||||
and remark = #{remark}
|
||||
and bl_open = #{blOpen}
|
||||
and start_date = #{startDate}
|
||||
and end_date = #{endDate}
|
||||
and del_flag = #{delFlag}
|
||||
and create_by = #{createBy}
|
||||
and create_time = #{createTime}
|
||||
@ -58,7 +61,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and update_site = #{updateSite}
|
||||
limit 1
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
<select id="selectEmisSalesmenRelById" parameterType="Long" resultMap="EmisSalesmenRelResult">
|
||||
select id, salesmen, sales_ass, remark, bl_open, start_date, end_date, del_flag, create_by, create_time, update_by, update_time, create_site, update_site
|
||||
from emis_salesmen_rel a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user