Helius
2021-04-09 a9fbfbd5dbabcad09cd06e4b07cda8c5a01183ff
src/main/resources/mapper/platform/PlatformFeeSettingDao.xml
@@ -30,6 +30,9 @@
          <if test="symbol != null  and  symbol  != ''">
             and symbol = #{symbol}
          </if>
          <if test="lable != null  and  lable  != ''">
             and lable = #{lable}
          </if>
       </where>
    </select>