Commit 83245949 by zhiwj

导购bug

parent 981a5704
......@@ -409,9 +409,9 @@
</if>
</where>
</select>
<select id="listAllClerkId" resultMap="BaseResultMap">
<select id="listAllClerkId" resultType="int">
select
<include refid="Base_Column_List" />
clerk_id
from tab_clerk
where enterprise_id = #{enterpriseId}
</select>
......
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