dingxin il y a 6 ans
Parent
révision
ce2d225a90

+ 2
- 2
CODE/smart-community/property-api/src/main/resources/mapper/TransactionReportMapper.xml Voir le fichier

@@ -17,11 +17,11 @@
17 17
         <where>
18 18
             tr.transaction_id=#{transactionId}
19 19
         <if test="reportPhone != null and reportPhone != ''">
20
-            AND u.login_name like concat('%',#{reportPhone},'%')
20
+            AND uv.login_name like concat('%',#{reportPhone},'%')
21 21
         </if>
22 22
 
23 23
         <if test="reportUserNmae != null and reportUserNmae != ''">
24
-            AND u.user_name like concat('%',#{reportUserNmae},'%')
24
+            AND uv.user_name like concat('%',#{reportUserNmae},'%')
25 25
         </if>
26 26
         </where>
27 27
         GROUP BY tr.id