门店号管理

dev_0531
LegnaYet 5 years ago
parent ee86a02690
commit 1f70274f5c

@ -18,11 +18,11 @@
</select>
<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 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 id="selectStoreCount" resultType="java.lang.Long">

Loading…
Cancel
Save