|
|
@@ -50,11 +50,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
|
|
|
- <select id="selectCustomersExt" parameterType="String" resultMap="CustomersExtResult">
|
|
|
- <include refid="selectCustomersExtVo"/>
|
|
|
- where chains_code in (SELECT main_customer_code FROM meta_relation_ship_diy WHERE customer_code = #{chainsCode})
|
|
|
- </select>
|
|
|
-
|
|
|
<!--根据订单id关联订单基础信息表查询经销商注册id-->
|
|
|
<select id="selectOrgIdByOrderId" resultType="java.lang.String">
|
|
|
SELECT
|