Commit 2b3945a8 by 徐高华

导购任务-查询绑定导购

parent 02cfaf01
......@@ -679,9 +679,9 @@
where staff_id= #{staffId}
</update>
<select id="listByParams" resultMap="BaseResultMap">
<select id="listByParams" resultType="com.gic.haoban.manage.api.dto.StaffDTO">
select
<include refid="Base_Column_List"/>
staff_id staffId , staff_name staffName , wx_enterprise_id wxEnterpriseId , phone_number phoneNumber
FROM tab_haoban_staff
WHERE
wx_enterprise_id in (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment