Browse Source

* bug fix

顾绍勇 5 years ago
parent
commit
e75b06314f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/main/resources/mapper/TaQrcodeMapper.xml

+ 1
- 0
src/main/resources/mapper/TaQrcodeMapper.xml View File

67
             ta_customer_from t
67
             ta_customer_from t
68
         WHERE
68
         WHERE
69
             t.org_id = #{orgId}
69
             t.org_id = #{orgId}
70
+            AND t.is_org_first =1
70
             AND t.qr_code_id = #{qrCodeId}
71
             AND t.qr_code_id = #{qrCodeId}
71
     </select>
72
     </select>
72
 
73