hd/pipe/StaffManage/src/main/java/com/thhy/staff/modules/biz/platuser/mapper/PlatUserMapper.java
@@ -113,4 +113,10 @@ void syncResult(@Param("syncSuccess") int syncSuccess,@Param("userIdArray")List<String> userIdArray); void syncFail(@Param("userId") String userId,@Param("syncFailReason")String syncFailReason); String queryOriStrById(String id); int countByFaceId(String faceId); void insertSamplePlatUser(PlatUser platUser); }