|
@@ -63,7 +63,7 @@
|
|
</update>
|
|
</update>
|
|
|
|
|
|
<select id="selectReportUserList" resultType="SapUser">
|
|
<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>
|
|
|
|
|
|
<select id="selectPrimaryListByName" resultType="SapUser">
|
|
<select id="selectPrimaryListByName" resultType="SapUser">
|