Helius
2021-05-24 f0a47946682b93a4fb6c9246d8573ee2bc98d60e
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>