智慧保安后台管理-外网
Administrator
2022-06-12 a7e45ce0968fa999e834ddb6daf6f43348a044a1
src/main/java/org/springblade/modules/licetuser/mapper/LicetuserMapper.java
@@ -39,6 +39,13 @@
    * @return
    */
   List<LicetuserVO> selectLicetuserPage(IPage page, LicetuserVO licetuser);
   /**
    * 查询是否已经上传
    * @param userid
    * @param ptype
    * @return
    */
   Map liceIn(String userid,String ptype);
}