This commit is contained in:
linfso 2024-07-18 20:43:10 +08:00
parent f0462521c4
commit cca0c0c640

View File

@ -48,7 +48,7 @@ public interface EmisExchangeRateMapper extends BaseMapper<EmisExchangeRate>
public int checkUnique(EmisExchangeRate emisExchangeRate);
public EmisExchangeRate getValidExchangeRate(@Param("from") String from,@Param("from") String to);
public EmisExchangeRate getValidExchangeRate(@Param("from") String from,@Param("to") String to);
/**
* 新增