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