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