|
|
@ -18,11 +18,11 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectAllCount" resultType="java.lang.Long">
|
|
|
|
<select id="selectAllCount" resultType="java.lang.Long">
|
|
|
|
select count(id) from op_seller_customer_relation
|
|
|
|
select count(id) from op_cp_user_customer_relation
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectDistinctAllCount" resultType="java.lang.Long">
|
|
|
|
<select id="selectDistinctAllCount" resultType="java.lang.Long">
|
|
|
|
select count(distinct customer_id) from op_seller_customer_relation
|
|
|
|
select count(distinct customer_id) from op_cp_user_customer_relation
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectStoreCount" resultType="java.lang.Long">
|
|
|
|
<select id="selectStoreCount" resultType="java.lang.Long">
|
|
|
|