Helius
2021-05-14 a37e2677d0b55a23296be2027a00f48e82e01ecf
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>