xiaoyong931011
2021-04-09 03c9bbd8d9d283a617fb81521ec89cb1c17cc3cb
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>