Browse Source

* bug 修改

顾绍勇 4 years ago
parent
commit
0824e16a94
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/resources/mapper/redpack/TaRedPacketMapper.xml

+ 2
- 2
src/main/resources/mapper/redpack/TaRedPacketMapper.xml View File

@@ -131,7 +131,7 @@
131 131
             t.org_id =  #{orgId}
132 132
             and t.event_type = 'h5'
133 133
             AND t.target_id = #{drainageId}
134
-            AND t3.person_id is not null
134
+            AND t3.share_person_id is not null
135 135
             <if test="sharePersonPhone != null and sharePersonPhone != ''">
136 136
                 AND t3.phone like CONCAT('%',#{sharePersonPhone}, '%')
137 137
             </if>
@@ -169,7 +169,7 @@
169 169
         t.org_id =  #{orgId}
170 170
         and t.event_type = 'h5'
171 171
         AND t.target_id = #{drainageId}
172
-        AND t3.person_id is not null
172
+        AND t3.share_person_id is not null
173 173
         <if test="sharePersonPhone != null and sharePersonPhone != ''">
174 174
             AND t3.phone like CONCAT('%',#{sharePersonPhone}, '%')
175 175
         </if>