VisitorChannel优化.
This commit is contained in:
+2
-1
@@ -62,7 +62,8 @@ public interface LicenseMapper extends SqlMapper {
|
||||
@Select("select * from license")
|
||||
List<LicenseDO> listAll();
|
||||
|
||||
@Select("select * from license where user_id := userId")
|
||||
@ResultType(LicenseDO.class)
|
||||
@Select("select * from `license` where user_id = :userId")
|
||||
List<LicenseDO> listByUserId(@Param("userId") Integer userId);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user