liupeng 4 years ago
parent
commit
9e9682ecd8

+ 1 - 1
code/sapparent/sapservice/src/main/java/org/fouram/mapper/SapUserMapper.xml

@@ -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">