fix
Helius
2021-07-20 6f99bb8c50ead6f9764ca037279d87ba50c20e0d
gc-user/src/main/java/com/xzx/gc/user/mapper/UserShareInfoMapper.java
@@ -2,12 +2,13 @@
import com.xzx.gc.entity.UserShareInfo;
import com.xzx.gc.util.GcMapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface UserShareInfoMapper extends GcMapper<UserShareInfo> {
    UserShareInfo selectByRegistPhone(@Param("registPhone") String registPhone);
}