智慧保安后台管理-外网项目备份
zhongrj
2022-08-24 354ca3e06039fbd59a774b6fa168b283f5f1d392
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);
}