@@ -63,7 +63,7 @@
</update>
<select id="selectReportUserList" resultType="SapUser">
- select * from sap_user where (result != '垃圾数据' or result is null) and delFlag = 0
+ select * from sap_user where result = 'SUCCESS' and delFlag = 0
</select>
<select id="selectPrimaryListByName" resultType="SapUser">