@@ -67,6 +67,7 @@
ta_customer_from t
WHERE
t.org_id = #{orgId}
+ AND t.is_org_first =1
AND t.qr_code_id = #{qrCodeId}
</select>