Authored by min.ling

fix

@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
63 and s.valid_status = #{sellerReqBO.validStatus} 63 and s.valid_status = #{sellerReqBO.validStatus}
64 </if> 64 </if>
65 <if test="sellerReqBO.sellerType != null and sellerReqBO.sellerType != 0 and sellerReqBO.sellerType != 4"> 65 <if test="sellerReqBO.sellerType != null and sellerReqBO.sellerType != 0 and sellerReqBO.sellerType != 4">
66 - and s.entry_type = #{sellerReqBO.sellerType} 66 + and s.entry_type = #{sellerReqBO.sellerType} and s.valid_status = 1
67 </if> 67 </if>
68 <if test="sellerReqBO.sellerType != null and sellerReqBO.sellerType == 4"> 68 <if test="sellerReqBO.sellerType != null and sellerReqBO.sellerType == 4">
69 and (s.entry_type = null or s.entry_type = '' or s.entry_type is null or s.valid_status = 9) 69 and (s.entry_type = null or s.entry_type = '' or s.entry_type is null or s.valid_status = 9)