admin
2018-12-25 4cb15e222cd7d099d533ccbeb7f9a8cd99bf180c
fanli/src/main/java/com/yeshi/fanli/mapping/lable/QualityFactoryMapper.xml
@@ -1077,6 +1077,13 @@
        <if test='endprice != null'>
            AND <![CDATA[  tb.`zkPrice` <= #{endprice}]]>
      </if>
      <!-- 返利比范围  -->
       <if test='startTkRate != null'>
            AND <![CDATA[  tb.`tkRate` >= #{startTkRate}]]>
       </if>
        <if test='endTkRate != null'>
            AND <![CDATA[  tb.`tkRate` <= #{endTkRate}]]>
      </if>
      <!-- 有券  -->
      <if test='hasQuan != null'>
            AND <![CDATA[  tb.`couponLeftCount` > 1]]>
@@ -1130,6 +1137,13 @@
        <if test='endprice != null'>
            AND <![CDATA[  tb.`zkPrice` <= #{endprice}]]>
      </if>
      <!-- 返利比范围  -->
       <if test='startTkRate != null'>
            AND <![CDATA[  tb.`tkRate` >= #{startTkRate}]]>
       </if>
        <if test='endTkRate != null'>
            AND <![CDATA[  tb.`tkRate` <= #{endTkRate}]]>
      </if>
      <!-- 有券  -->
      <if test='hasQuan != null'>
            AND <![CDATA[  tb.`couponLeftCount` > 1]]>