This commit is contained in:
HJ 2022-12-27 15:22:10 +08:00
parent 2feafd57ce
commit ce9e093fb4

View File

@ -23,5 +23,5 @@ public interface SysConfigDao extends BaseMapper<SysConfigEntity> {
* 根据key更新value
*/
int updateValueByKey(@Param("paramKey") String paramKey, @Param("paramValue") String paramValue);
}